1
0
File upload service tied to Linux that uses no RDBMS but file system. https://upload.arav.su
Go to file
2022-02-08 02:13:15 +04:00
bin Added .gitignore, .keep file to preserve bin directory and go.sum file. 2022-02-06 02:28:33 +04:00
build/archlinux Add Arhlinux's PKGBUILD. 2022-02-07 20:38:34 +04:00
cmd Add addtional closeSignal chan for program to wait for. 2022-02-08 02:05:38 +04:00
configs Added stdout, clean, clean_error log options. 2022-02-07 21:23:54 +04:00
init/systemd Run services as a dwupload user. 2022-02-07 20:37:19 +04:00
internal Creating a sparse file, because on file create an inotify will produce an event and dir size will be recalculated, so it can get an actual size. 2022-02-08 02:12:01 +04:00
pkg Inotify works when it is an array. Experimentally was found that 16 events is enough. 2022-02-08 02:13:15 +04:00
web Superior 404 template. xDDD 2022-02-07 23:10:10 +04:00
.gitignore Added .gitignore, .keep file to preserve bin directory and go.sum file. 2022-02-06 02:28:33 +04:00
go.mod Added Amber template engine. 2022-02-06 15:22:37 +04:00
go.sum Added Amber template engine. 2022-02-06 15:22:37 +04:00
LICENSE Initial commit. 2022-02-06 02:22:23 +04:00
Makefile -config option changed to -conf. 2022-02-06 15:22:14 +04:00