Make start on session management

This commit is contained in:
Maximilian Friedersdorff 2025-07-30 09:35:01 +01:00
parent 352d9555ba
commit 17dd20478d
4 changed files with 65 additions and 7 deletions

View file

@ -54,11 +54,12 @@ func (asset *Asset) fetchIfNotExists(staticPath string) {
}
type Config struct {
Address string
Protocol string
Extension string
NotesDir string
LogAccess bool
Address string
Protocol string
Extension string
NotesDir string
LogAccess bool
Production bool
}
var (