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 1e30e5e8ff
Removed unnecessary .center class from sections. | replaced by p.center for space left.
2023-08-05 06:51:39 +04:00
build Added a set of export CGO_*FLAGS statements recommended in https://wiki.archlinux.org/title/Go_package_guidelines 2023-08-05 06:02:54 +04:00
cmd Oh, in os.Stat() path.Join() is needed, since DirEntry.Name() contains only name of a file itself, not a full path. 2023-08-05 05:07:59 +04:00
configs Returned Onion-Location header, and removed a separate I2P listen statement. 2023-08-01 16:44:30 +04:00
init/systemd In .service files flags was replaced by the new ones. 2023-08-01 16:46:50 +04:00
internal/http Found that in an Error() func status code wasn't set. Fixed that. 2023-08-05 04:54:52 +04:00
pkg Oh, in os.Stat() path.Join() is needed, since DirEntry.Name() contains only name of a file itself, not a full path. 2023-08-05 05:07:59 +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 Removed unnecessary .center class from sections. | replaced by p.center for space left. 2023-08-05 06:51:39 +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 Removing -buildmode=pie flag, it causes permission denied 203/EXEC failure when starting a service. 2023-08-05 06:27:48 +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