1
0
File upload service tied to Linux that uses no RDBMS but file system. https://upload.arav.su
Go to file
2022-03-06 22:34:34 +04:00
bin Added .gitignore, .keep file to preserve bin directory and go.sum file. 2022-02-06 02:28:33 +04:00
build New path to config in PKGBUILD. 2022-02-17 02:41:58 +04:00
cmd logClean renamed to logClear. deletedSize and deletedCount are incremented now if there was no error. 2022-03-06 22:00:07 +04:00
configs Set header Host for proxy. 2022-03-06 22:33:23 +04:00
init/systemd Updated config path in systemd unit files. 2022-02-17 02:38:23 +04:00
internal Omitted unused variable. Fixed copy-paste error with using uploaded template instead of nospace. 2022-03-06 22:34:34 +04:00
pkg Removed unnecessary middleware for token-based auth from HTTP server. 2022-03-06 22:15:31 +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 Fixed copypaste in LICENSE file. 2022-02-21 19:27:41 +04:00
Makefile Changed path for config file. 2022-02-17 02:37:37 +04:00