add node device path, add service and config templates
This commit is contained in:
13
configs/template.config.json
Normal file
13
configs/template.config.json
Normal 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
|
||||
}
|
Reference in New Issue
Block a user