implement basic web server for dashboard,
use templates to do basic SSR on head and header
This commit is contained in:
6
configs/template.config.json
Normal file
6
configs/template.config.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"listenPort": 8080,
|
||||
"organization": "myorg",
|
||||
"apiurl": "https://paas.mydomain.example/api",
|
||||
"pveurl": "https://pve.mydomain.example"
|
||||
}
|
Reference in New Issue
Block a user