feat: Add multi-cluster support with JSON config
All checks were successful
Build and Push Proxmox MCP Docker Image / build (push) Successful in 8s
All checks were successful
Build and Push Proxmox MCP Docker Image / build (push) Successful in 8s
This commit is contained in:
18
clusters.json.example
Normal file
18
clusters.json.example
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"clusters": {
|
||||
"production": {
|
||||
"url": "pve-prod.example.io:8006",
|
||||
"user": "mcp@pam",
|
||||
"token_id": "token",
|
||||
"token_secret": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
|
||||
"verify_ssl": false
|
||||
},
|
||||
"homelab": {
|
||||
"url": "pve-home.local:8006",
|
||||
"user": "root@pam",
|
||||
"token_id": "mcp",
|
||||
"token_secret": "yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy",
|
||||
"verify_ssl": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user