implement partial SSR of instances

This commit is contained in:
2025-03-12 20:16:51 +00:00
parent 8b508d14cc
commit 59d12d2e99
15 changed files with 611 additions and 264 deletions

View File

@@ -4,5 +4,13 @@
],
"rules": {
"no-inline-style": "off"
}
},
"elements": [
"html5",
{
"head": {
"requiredContent": []
}
}
]
}

View File

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