Build Proxmox visualizer app
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Configuration de l'API FastAPI
|
||||
API_ENV=development
|
||||
API_PORT=8000
|
||||
FRONTEND_ORIGINS=http://localhost:5173,http://127.0.0.1:5173
|
||||
FRONTEND_ORIGIN_REGEX=^https?://(localhost|127\.0\.0\.1|10\.0\.[0-3]\.[0-9]{1,3})(:[0-9]+)?$
|
||||
PROXMOX_VERIFY_SSL=false
|
||||
PROXMOX_TIMEOUT=15
|
||||
|
||||
# Liste des serveurs Proxmox au format JSON
|
||||
# Format: [{"name": "Cluster-A", "url": "https://10.0.0.1:8006", "token_name": "api-visualizer@pve!visualizer", "token_value": "uuid-du-token"}]
|
||||
PROXMOX_SERVERS='[]'
|
||||
Reference in New Issue
Block a user