add node device path, add service and config templates

This commit is contained in:
2025-02-11 07:11:05 +00:00
parent 1e68449354
commit 3cd9526c8b
3 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"listenPort": 80,
"pve": {
"url": "http://<proxmox host>/api2/json",
"token": {
"user": "proxmoxaas-api",
"realm": "pam",
"id": "token",
"uuid": "<secret-uuid>"
}
},
"rebuildInterval": 60
}