mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 10:35:51 +00:00
16 lines
621 B
Bash
16 lines
621 B
Bash
# Proxmox Connection Details
|
|
PROXMOX_HOST=https://your-proxmox-ip-or-hostname:8006
|
|
PROXMOX_TOKEN_ID=your-api-token-id@pam!your-token-name
|
|
PROXMOX_TOKEN_SECRET=your-api-token-secret-uuid
|
|
|
|
# Optional: Allow connections to servers with self-signed certificates (true/false)
|
|
# Set to true if you haven't configured valid SSL certificates for Proxmox
|
|
PROXMOX_ALLOW_SELF_SIGNED_CERTS=true
|
|
|
|
# Optional: Define the port the Pulse server listens on (defaults internally to 7655)
|
|
# PORT=7655
|
|
|
|
# Optional: Fallback credentials if API token is not provided
|
|
# PROXMOX_USERNAME=root
|
|
# PROXMOX_PASSWORD=your-password
|
|
# PROXMOX_REALM=pam |