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 2d4169245c
Reorginised the main()'s code a little.
2023-05-27 19:51:29 +04:00
build Patch part of version was incremented. 2023-05-27 19:39:18 +04:00
cmd Reorginised the main()'s code a little. 2023-05-27 19:51:29 +04:00
configs Added copytruncate to truncate a file instead of recreating. Removed script to send SIGHUP since it is not used anymore. 2023-05-25 02:27:03 +04:00
init/systemd Fixed a comment in dwelling-upload.service. 2023-05-27 19:36:30 +04:00
internal/http Status 204 prevents a Deleted page rendering. 2023-05-27 19:31:11 +04:00
pkg Oh, with ioutil.ReadDir subtracting of 4096 isn't needed. 2023-05-26 22:41:48 +04:00
tools Found that daemon-reload needs to be called when manually edit such files. 2023-05-25 00:57:36 +04:00
web Made max. size and hours bold. 2023-05-27 19:33:02 +04:00
.gitignore jade.go is being automatically generated, so no need to keep it. Also removed unneeded flags from go:generate in web.go. 2023-05-24 22:28:36 +04:00
LICENSE Version up to 23.8.0. Changed arav.top to arav.su. Fixed templates. Deleted pre-compiled ones. 2023-02-23 18:16:06 +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
LICENSE.ShareTechMono.txt Renamed file of a license for ShareTechMono font. 2023-04-24 00:44:39 +04:00
Makefile Patch part of version was incremented. 2023-05-27 19:39:18 +04:00
go.mod julienschmidt/httprouter was removed and my httpr added to go.mod and go.sum. 2023-05-26 04:31:05 +04:00
go.sum julienschmidt/httprouter was removed and my httpr added to go.mod and go.sum. 2023-05-26 04:31:05 +04:00