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 282a00c328
Found that daemon-reload needs to be called when manually edit such files.
2023-05-25 00:57:36 +04:00
build Made a new target to generate templates only when they are missing. Also put go install jade in it. Hence, no need in check in the PKGBUILD. 2023-05-24 22:40:06 +04:00
cmd Set default NotFound handler. 2023-05-25 00:47:32 +04:00
configs Removed config.yaml. 2023-05-24 22:20:22 +04:00
init/systemd Since we now run setup command from script, this caution doesn't needed. 2023-05-25 00:53:35 +04:00
internal/http Remove func NotFound. 2023-05-25 00:09:30 +04:00
pkg Moved http server to internal. 2023-04-24 00:49:53 +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 Moved WriteHeader to nospace.jade. 2023-05-24 23:56:12 +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 In web/*.jade.go target perform check for changes in templates. 2023-05-24 23:09:16 +04:00
go.mod No need in gopkg.in/yaml.v3 anymore. 2023-05-24 22:21:08 +04:00
go.sum No need in gopkg.in/yaml.v3 anymore. 2023-05-24 22:21:08 +04:00