More webui layout, navigation, preparations of user/roles/groups/security

This commit is contained in:
2026-07-16 22:00:02 +02:00
parent 324367abd7
commit 63deb02d39
13 changed files with 1352 additions and 31 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ func main() {
server := &http.Server{
Addr: ":" + port,
Handler: api.NewRouter(),
Handler: api.NewRouter(configDir),
ReadHeaderTimeout: 5 * time.Second,
}