-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.env.example
More file actions
24 lines (20 loc) · 635 Bytes
/
.env.example
File metadata and controls
24 lines (20 loc) · 635 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Proxmox Server Configuration
PVETUI_ADDR=https://your-proxmox-server:8006
PVETUI_USER=root
PVETUI_PASSWORD=your-password
PVETUI_REALM=pam
# Alternative: Use API tokens instead of password
# PVETUI_TOKEN_ID=your-token-id
# PVETUI_TOKEN_SECRET=your-token-secret
# Application Configuration
PVETUI_DEBUG=false
PVETUI_CACHE_DIR=/app/cache
PVETUI_API_PATH=/api2/json
PVETUI_INSECURE=false
PVETUI_SSH_USER=root
# SSH Jump Host Configuration (optional)
# PVETUI_SSH_JUMPHOST_ADDR=jump.example.com
# PVETUI_SSH_JUMPHOST_USER=jumpuser
# PVETUI_SSH_JUMPHOST_KEYFILE=/path/to/jump/key
# PVETUI_SSH_JUMPHOST_PORT=2222
PVETUI_SHOW_ICONS=true