# Homepage environment variables. # # Homepage substitutes any var matching `HOMEPAGE_VAR_*` or # `HOMEPAGE_FILE_*` into any config file (services.yaml, proxmox.yaml, ...). # Reference them in YAML with the literal string `{{HOMEPAGE_VAR_NAME}}`. # # Copy to .env next to the homepage compose file on esh-docker-vm. Never # commit the real .env — it holds widget API keys. # Plex widget token (Plex -> account -> get X-Plex-Token) HOMEPAGE_VAR_PLEX_KEY= # Jellyfin API key (Dashboard -> API Keys) HOMEPAGE_VAR_JELLYFIN_KEY= # Proxmox widget tokens (one per hypervisor; see proxmox.yaml comments) # HOMEPAGE_VAR_PFI_PVE_TOKEN= # HOMEPAGE_VAR_NH3_PVE_TOKEN= # HOMEPAGE_VAR_ESH_PVE_TOKEN= # HOMEPAGE_VAR_ESH_PVE_NAS_TOKEN=