dilta is File Sharing system its good for Local networks or small teams
alimiracle e6672459fd add dependencies | 7 gadi atpakaļ | |
---|---|---|
css | 7 gadi atpakaļ | |
License | 7 gadi atpakaļ | |
README.md | 7 gadi atpakaļ | |
addadmin.sh | 7 gadi atpakaļ | |
adduser.sh | 7 gadi atpakaļ | |
admin.gtpl | 7 gadi atpakaļ | |
dilta.go | 7 gadi atpakaļ | |
home.gtpl | 7 gadi atpakaļ | |
install | 7 gadi atpakaļ | |
new.gtpl | 7 gadi atpakaļ | |
remove.gtpl | 7 gadi atpakaļ | |
rename.gtpl | 7 gadi atpakaļ | |
serch.gtpl | 7 gadi atpakaļ | |
upload.gtpl | 7 gadi atpakaļ |
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&