1
0
File upload service tied to Linux that uses no RDBMS but file system. https://upload.arav.su
Go to file
2022-02-10 22:50:33 +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 Removed not existing install-service target. 2022-02-10 22:49:21 +04:00
cmd Renamed dwu, dwuid to u, uid. 2022-02-10 22:49:55 +04:00
configs Added comments for options. 2022-02-08 23:09:19 +04:00
init/systemd Run services as a dwupload user. 2022-02-07 20:37:19 +04:00
internal Another rewriting of index page. 2022-02-10 22:50:33 +04:00
pkg Host can have :port attached, so it is better to check if string contains rather ends with a particular TLD. 2022-02-08 19:00:37 +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 Remove Amber from dependencies. 2022-02-08 04:23:05 +04:00
go.sum Remove Amber from dependencies. 2022-02-08 04:23:05 +04:00
LICENSE Initial commit. 2022-02-06 02:22:23 +04:00
Makefile SOURCES are unused. Moved stopping services to its target. 2022-02-10 22:48:43 +04:00