delta is File Sharing system its good for Local networks or small teams
alimiracle 7c28142013 move to codeberg | vor 6 Monaten | |
---|---|---|
css | vor 7 Jahren | |
License | vor 7 Jahren | |
README.md | vor 6 Monaten | |
addadmin.sh | vor 7 Jahren | |
adduser.sh | vor 7 Jahren | |
admin.gtpl | vor 7 Jahren | |
delta.go | vor 7 Jahren | |
home.gtpl | vor 7 Jahren | |
install | vor 7 Jahren | |
new.gtpl | vor 7 Jahren | |
remove.gtpl | vor 7 Jahren | |
rename.gtpl | vor 7 Jahren | |
serch.gtpl | vor 7 Jahren | |
upload.gtpl | vor 7 Jahren |
delta is File Sharing system its good for Local networks or small teams
this project has been archived and migrated to codeberg. To access the project on codeberg,
delta runs anywhere Go can compile for: Windows, Mac, Linux, ARM, etc.
delta has low minimal requirements and can run on an inexpensive Raspberry Pi. Some users even run delta instances on their NAS devices.
delta is 100% open source and free of charge. All source code is available under the GPL License
to build this app you nede to install
*golang
Download the program useing git
git clone https://notabug.org/alimiracle/delta
then type
cd delta
chmod + install
./install
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
to run the app type
sudo ./delta&
now You can access the program from web browser useing your PC IP