ADD: Komodo widget

This commit is contained in:
2025-08-29 11:28:43 +02:00
parent 8ef0d80f02
commit 3854dc32d6

View File

@@ -1,3 +1,8 @@
# Main variables for homepage
HOMEPAGE_ALLOWED_HOSTS='homepage.example.com,127.0.0.1:3000'
PATH_TO_CONFIG='/docker/data/homepage'
# Variables for services
HOMEPAGE_VAR_PROXMOX_URL=https://proxmox.example.com:8006
HOMEPAGE_VAR_PROXMOX_PAM=root@pam
HOMEPAGE_VAR_PROXMOX_SECRET='your_proxmox_api_token'
@@ -24,4 +29,7 @@ HOMEPAGE_VAR_GRAFANA_URL=https://grafana.example.com
HOMEPAGE_VAR_IT_TOOLS_URL=http://it-tools.example.com
HOMEPAGE_VAR_VAULTWARDEN_URL=https://vaultwarden.example.com
HOMEPAGE_VAR_GITEA_URL=http://gitea.example.com:3000
HOMEPAGE_VAR_GITEA_KEY='your_gitea_api_token'
HOMEPAGE_VAR_GITEA_KEY='your_gitea_api_token'
HOMEPAGE_VAR_KOMODO_URL='http://komodo.example.com:9120/'
HOMEPAGE_VAR_KOMODO_KEY='K-your_komodo_api_key'
HOMEPAGE_VAR_KOMODO_SECRET='S-your_komodo_api_secret'