added auth for proxmox api

This commit is contained in:
Max Buz
2025-01-28 22:41:49 +01:00
committed by GitHub
parent 4ebacc82b3
commit 8c17caa656
2 changed files with 6 additions and 1 deletions

3
Docker/homepage/.env Normal file
View File

@@ -0,0 +1,3 @@
# Authentication parameters for Proxmox API
HOMEPAGE_VAR_PROXMOX_PAM=${HOMEPAGE_VAR_PROXMOX_PAM}
HOMEPAGE_VAR_PROXMOX_SECRET=${HOMEPAGE_VAR_PROXMOX_SECRET}

View File

@@ -7,3 +7,5 @@ services:
volumes:
- ${PATH_TO_CONFIG}:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
env_file:
- .env