delta is File Sharing system its good for Local networks or small teams
|
6 years ago | |
---|---|---|
css | 6 years ago | |
License | 6 years ago | |
README.md | 6 years ago | |
addadmin.sh | 6 years ago | |
adduser.sh | 6 years ago | |
admin.gtpl | 6 years ago | |
delta.go | 6 years ago | |
home.gtpl | 6 years ago | |
install | 6 years ago | |
new.gtpl | 6 years ago | |
remove.gtpl | 6 years ago | |
rename.gtpl | 6 years ago | |
serch.gtpl | 6 years ago | |
upload.gtpl | 6 years ago |
delta is File Sharing system its good for Local networks or small teams
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