delta is File Sharing system its good for Local networks or small teams

alimiracle 7c28142013 move to codeberg před 6 měsíci
css 12510cd1fe dilta před 7 roky
License 12510cd1fe dilta před 7 roky
README.md 7c28142013 move to codeberg před 6 měsíci
addadmin.sh 12510cd1fe dilta před 7 roky
adduser.sh 12510cd1fe dilta před 7 roky
admin.gtpl 12510cd1fe dilta před 7 roky
delta.go 0703a0ec0b add uplad folder před 7 roky
home.gtpl aeadb4f1d7 new fix to home and serch před 7 roky
install 0703a0ec0b add uplad folder před 7 roky
new.gtpl 12510cd1fe dilta před 7 roky
remove.gtpl 12510cd1fe dilta před 7 roky
rename.gtpl 12510cd1fe dilta před 7 roky
serch.gtpl aeadb4f1d7 new fix to home and serch před 7 roky
upload.gtpl 0703a0ec0b add uplad folder před 7 roky

README.md

delta is File Sharing system its good for Local networks or small teams

Important Note:

this project has been archived and migrated to codeberg. To access the project on codeberg,

visit this Link

Cross-platform

delta runs anywhere Go can compile for: Windows, Mac, Linux, ARM, etc.

Lightweight

delta has low minimal requirements and can run on an inexpensive Raspberry Pi. Some users even run delta instances on their NAS devices.

Open Source

delta is 100% open source and free of charge. All source code is available under the GPL License

Dependencies

to build this app you nede to install

  • git

*golang

  • apache2-utils

install

Download the program useing git

git clone https://notabug.org/alimiracle/delta

then type

cd delta
chmod + install
./install

permissions

delta Have two types of users

1- admin user

This type of user can do everything

to create new admin user

type

chmod +x addadmin.sh
./addadmin.sh admin_user

Replace admin_user With the user that you want

2- Normal user

this type of user can download files and view files and search for files

to create new Normal user

type

chmod +x adduser.sh
./adduser.sh new_user

Replace new_user With the user that you want

run

to run the app type

sudo ./delta&

now You can access the program from web browser useing your PC IP