Add public web functionalities

This commit is contained in:
Arnaud Delcasse
2026-01-05 17:50:05 +01:00
parent 6cda7509c1
commit b1323867c7
4 changed files with 351 additions and 3 deletions

View File

@@ -23,6 +23,11 @@ func ReadConfig() (*viper.Viper, error) {
"enabled": true,
"listen": "0.0.0.0:8081",
},
"publicweb": map[string]any{
"enabled": false,
"listen": "0.0.0.0:8082",
"root_dir": "public_themes/default",
},
},
"identification": map[string]any{
"sessions": map[string]any{