Add public web functionalities
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user