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 514c6208e2
Make available space bold.
2023-08-06 04:00:09 +04:00
build/archlinux Do not create a system user, use a dynamic one instead. 2023-08-06 02:21:02 +04:00
cmd Defer srv.Stop after successful call of srv.Start. 2023-08-06 03:00:31 +04:00
configs In nginx.conf added an onion domain to a server_name. And a space between it and access_log. 2023-08-06 02:12:15 +04:00
init/systemd Do not create a system user, use a dynamic one instead. 2023-08-06 02:21:02 +04:00
internal/http Fixed new code for HttpServer. Had to add net.Addr field to the struct to hold addr and network to use in Stop() method. 2023-08-06 03:06:24 +04:00
pkg In utils.NetworkType() added Yggdrasil. 2023-08-06 01:59:25 +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 Make available space bold. 2023-08-06 04:00:09 +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 Version was set to 23.31.1. 2023-08-06 02:13:56 +04:00
go.mod Updated httpr dependency. 2023-08-05 04:17:17 +04:00
go.sum Updated httpr dependency. 2023-08-05 04:17:17 +04:00