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

alimiracle e6672459fd add dependencies %!s(int64=7) %!d(string=hai) anos
css 12510cd1fe dilta %!s(int64=7) %!d(string=hai) anos
License 12510cd1fe dilta %!s(int64=7) %!d(string=hai) anos
README.md e6672459fd add dependencies %!s(int64=7) %!d(string=hai) anos
addadmin.sh 12510cd1fe dilta %!s(int64=7) %!d(string=hai) anos
adduser.sh 12510cd1fe dilta %!s(int64=7) %!d(string=hai) anos
admin.gtpl 12510cd1fe dilta %!s(int64=7) %!d(string=hai) anos
dilta.go 12510cd1fe dilta %!s(int64=7) %!d(string=hai) anos
home.gtpl 12510cd1fe dilta %!s(int64=7) %!d(string=hai) anos
install 12510cd1fe dilta %!s(int64=7) %!d(string=hai) anos
new.gtpl 12510cd1fe dilta %!s(int64=7) %!d(string=hai) anos
remove.gtpl 12510cd1fe dilta %!s(int64=7) %!d(string=hai) anos
rename.gtpl 12510cd1fe dilta %!s(int64=7) %!d(string=hai) anos
serch.gtpl 12510cd1fe dilta %!s(int64=7) %!d(string=hai) anos
upload.gtpl 12510cd1fe dilta %!s(int64=7) %!d(string=hai) anos

README.md

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

Cross-platform

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

Lightweight

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

Open Source

dilta 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

  • htpasswd

install

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

permissions

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

run

to run the app type

sudo ./dilta&