implement basic web server for dashboard,

use templates to do basic SSR on head and header
This commit is contained in:
2025-02-25 21:35:11 +00:00
parent 84cbe0e45d
commit cfceb32134
21 changed files with 302 additions and 107 deletions

View File

@@ -0,0 +1,8 @@
{
"extends": [
"html-validate:recommended"
],
"rules": {
"no-inline-style": "off"
}
}

View File

@@ -0,0 +1,6 @@
{
"listenPort": 8080,
"organization": "myorg",
"apiurl": "https://paas.mydomain.example/api",
"pveurl": "https://pve.mydomain.example"
}