From c4106fbfae6e784e80b2d3cbe26f0b1fae43a54a Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Mon, 25 Aug 2025 22:09:57 +0200 Subject: [PATCH] ADD: .env example file --- homepage/.env.example | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/homepage/.env.example b/homepage/.env.example index 53900fc..2137055 100644 --- a/homepage/.env.example +++ b/homepage/.env.example @@ -1,3 +1,27 @@ -# Authentication parameters for Proxmox API -HOMEPAGE_VAR_PROXMOX_PAM=${HOMEPAGE_VAR_PROXMOX_PAM} -HOMEPAGE_VAR_PROXMOX_SECRET=${HOMEPAGE_VAR_PROXMOX_SECRET} \ No newline at end of file +HOMEPAGE_VAR_PROXMOX_URL=https://proxmox.example.com:8006 +HOMEPAGE_VAR_PROXMOX_PAM=root@pam +HOMEPAGE_VAR_PROXMOX_SECRET='your_proxmox_api_token' +HOMEPAGE_VAR_PORTAINER_URL=https://portainer.example.com +HOMEPAGE_VAR_PORTAINER_KEY='your_portainer_api_token' +HOMEPAGE_VAR_TRUENAS_URL=http://truenas.example.com +HOMEPAGE_VAR_TRUENAS_KEY='your_truenas_api_token' +HOMEPAGE_VAR_TRANSMISSION_URL=http://transmission.example.com:9091 +HOMEPAGE_VAR_IMMICH_URL=http://immich.example.com +HOMEPAGE_VAR_IMMICH_KEY='your_immich_api_token' +HOMEPAGE_VAR_SEAFILE_URL=https://seafile.example.com/ +HOMEPAGE_VAR_NPM_URL=http://npm.example.com:81 +HOMEPAGE_VAR_NPM_USER=user@example.com +HOMEPAGE_VAR_NPM_PASS='your_npm_password' +HOMEPAGE_VAR_ADGUARD_URL=http://adguard.example.com +HOMEPAGE_VAR_ADGUARD_USER='your_adguard_username' +HOMEPAGE_VAR_ADGUARD_PASS='your_adguard_password' +HOMEPAGE_VAR_GUACAMOLE_URL=http://guacamole.example.com +HOMEPAGE_VAR_WEBTOP_URL=http://webtop.example.com +HOMEPAGE_VAR_LENOVO_AMT_URL=http://amt.example.com:16992 +HOMEPAGE_VAR_ZABBIX_URL=https://zabbix.example.com +HOMEPAGE_VAR_ZABBIX_KEY='your_zabbix_api_token' +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' \ No newline at end of file