Manual server file uploads implemented

This commit is contained in:
Magnus Åhall 2026-06-26 08:31:54 +02:00
parent c8308664d3
commit 70b5285e16
10 changed files with 329 additions and 26 deletions

View file

@ -24,6 +24,10 @@ type Config struct {
Secret string
ExpireDays int
}
Storage struct {
Files string
}
}
func readConfig(fname string) (err error) {