1
0
Fork 0
File upload service tied to Linux that uses no RDBMS but file system. https://upload.arav.su
Go to file
Alexander Andreev d554aa0a50
Added site address to displayed link.
2022-08-01 01:08:35 +04:00
bin Added .gitignore, .keep file to preserve bin directory and go.sum file. 2022-02-06 02:28:33 +04:00
build Incremented version. 2022-07-01 04:01:43 +04:00
cmd Incremented version. 2022-07-01 04:01:43 +04:00
configs Added delete log path to config file. 2022-07-01 03:26:48 +04:00
init/systemd Removed /usr/lib64 from ExecPaths. 2022-06-13 21:07:04 +04:00
internal Retrieve file's salted hash depending on request's method DELETE or POST. 2022-07-01 03:43:52 +04:00
pkg Added DELETE method handler setter for HTTP server. 2022-07-01 03:26:15 +04:00
web Added site address to displayed link. 2022-08-01 01:08:35 +04:00
.gitignore Added .gitignore, .keep file to preserve bin directory and go.sum file. 2022-02-06 02:28:33 +04:00
LICENSE Fixed copypaste in LICENSE file. 2022-02-21 19:27:41 +04:00
LICENSE.RobotoCondensed.txt Moved licenses for fonts off to root. They aren't needed to be in there. And it will save 16 KiB. 2022-03-29 18:02:33 +04:00
Makefile Added osusergo,netgo tags to make executables completely static. 2022-06-13 21:06:24 +04:00
OFL.ShareTechMono.txt Moved licenses for fonts off to root. They aren't needed to be in there. And it will save 16 KiB. 2022-03-29 18:02:33 +04:00
go.mod Removed jade package and updated yaml.v3 to 3.0.1. 2022-06-13 20:25:04 +04:00
go.sum Removed jade package and updated yaml.v3 to 3.0.1. 2022-06-13 20:25:04 +04:00