From 63825726bc5306306b51c211a760c4333497413a Mon Sep 17 00:00:00 2001 From: Matthew Jackson Date: Tue, 19 May 2026 08:30:44 -0700 Subject: [PATCH] basement template: rename GARAGE_* env vars to BASEMENT_DRIVER_GARAGE_* MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit basement-ui's config loader namespaces driver-specific settings under BASEMENT_DRIVER__*. With DRIVER=garage, it looks for: BASEMENT_DRIVER_GARAGE_ADMIN_URL BASEMENT_DRIVER_GARAGE_ADMIN_TOKEN not the bare GARAGE_ADMIN_URL / GARAGE_ADMIN_TOKEN we had. Value still the same (same admin URL, same admin token from secrets.env); just the Target env var name changes. install.sh's sed substitution of __GARAGE_ADMIN_TOKEN__ still applies — it's a value placeholder, not the env var name. --- unraid-1/basement.template.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unraid-1/basement.template.xml b/unraid-1/basement.template.xml index 83d7bd9..1968b7d 100644 --- a/unraid-1/basement.template.xml +++ b/unraid-1/basement.template.xml @@ -49,8 +49,8 @@ Publicly served at https://basement.pq.io via Caddy on classe (reverse proxy → 8080 - http://host.docker.internal:3903 - __GARAGE_ADMIN_TOKEN__ + http://host.docker.internal:3903 + __GARAGE_ADMIN_TOKEN__ garage