implement basic web server for dashboard,
use templates to do basic SSR on head and header
This commit is contained in:
8
configs/.htmlvalidate.json
Normal file
8
configs/.htmlvalidate.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": [
|
||||
"html-validate:recommended"
|
||||
],
|
||||
"rules": {
|
||||
"no-inline-style": "off"
|
||||
}
|
||||
}
|
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