fix: use correct Proxmox console URL format from docs

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-05-07 11:38:46 +01:00
parent aa5a3d637b
commit 461f1d55e4
3 changed files with 5 additions and 6 deletions

View File

@@ -2,6 +2,7 @@
# Get your token from Proxmox → Datacenter → Permissions → API Tokens
PROXMOX_API_URL=http://proxmox.lan:8006/api2/json
PROXMOX_WEB_URL=http://proxmox.lan:8006
PROXMOX_TOKEN_ID=root@pam!monitorapp
PROXMOX_TOKEN_SECRET=<your-token-secret>
API_POLL_INTERVAL=30000