Proxmox Integration

This commit is contained in:
2025-09-20 14:21:26 -05:00
parent c4a1ccf770
commit f862f46e16
5 changed files with 129 additions and 2 deletions

7
.env
View File

@@ -28,6 +28,13 @@ QBIT_HOST=http://localhost:8080
QBIT_USERNAME=your_username
QBIT_PASSWORD=your_password
# Proxmox
ENABLE_PROXMOX=false
PROXMOX_HOST=https://your-proxmox-server:8006
PROXMOX_TOKEN_NAME=root@pam!yourtokenname
PROXMOX_TOKEN_VALUE=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
PROXMOX_VERIFY_SSL=false
# MySQL
DB_HOST=localhost
DB_USER=root