1
0
File upload service tied to Linux that uses no RDBMS but file system. https://upload.arav.su
Go to file
2022-02-07 04:48:44 +04:00
bin Added .gitignore, .keep file to preserve bin directory and go.sum file. 2022-02-06 02:28:33 +04:00
cmd Updated ServeStatic and GET file request handler and path. 2022-02-07 04:46:46 +04:00
configs Changed config format. 2022-02-07 04:47:07 +04:00
init/systemd Initial commit. 2022-02-06 02:22:23 +04:00
internal/configuration Changed config struct. 2022-02-07 04:47:26 +04:00
pkg Updated ConvertFileSize(). Added TiB suffix. 2022-02-07 04:48:33 +04:00
web/assets/css Add main.css. 2022-02-07 04:48:44 +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