dilta is File Sharing system its good for Local networks or small teams
alimiracle e6672459fd add dependencies | пре 7 година | |
---|---|---|
css | пре 7 година | |
License | пре 7 година | |
README.md | пре 7 година | |
addadmin.sh | пре 7 година | |
adduser.sh | пре 7 година | |
admin.gtpl | пре 7 година | |
dilta.go | пре 7 година | |
home.gtpl | пре 7 година | |
install | пре 7 година | |
new.gtpl | пре 7 година | |
remove.gtpl | пре 7 година | |
rename.gtpl | пре 7 година | |
serch.gtpl | пре 7 година | |
upload.gtpl | пре 7 година |
dilta is File Sharing system its good for Local networks or small teams
dilta runs anywhere Go can compile for: Windows, Mac, Linux, ARM, etc.
dilta has low minimal requirements and can run on an inexpensive Raspberry Pi. Some users even run dilta instances on their NAS devices.
dilta 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
to build the app you nede golang
Download the program useing git
git clone https://notabug.org/alimiracle/dilta
then type
cd dilta
chmod + install
./install
dilta 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
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
to run the app type
sudo ./dilta&