[object Object]

← back to Tools Dw Hub

start-fleet: inject DW_BASIC_AUTH so room-setting-app password auth works out of the box

080da476ce8d9a1fa098401e21382f13aaf9cea0 · 2026-07-28 16:25:43 -0700 · Steve

Files touched

Diff

commit 080da476ce8d9a1fa098401e21382f13aaf9cea0
Author: Steve <steve@designerwallcoverings.com>
Date:   Tue Jul 28 16:25:43 2026 -0700

    start-fleet: inject DW_BASIC_AUTH so room-setting-app password auth works out of the box
---
 start-fleet.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/start-fleet.sh b/start-fleet.sh
index 86caf6d..69f486e 100755
--- a/start-fleet.sh
+++ b/start-fleet.sh
@@ -18,6 +18,7 @@ export GEMINI_API_KEY=$(grep -hoE '^GEMINI_API_KEY=.*' "$SECRETS" | head -1 | cu
 export SHOPIFY_ADMIN_TOKEN=$(grep -hoE '^SHOPIFY_ADMIN_TOKEN=.*' "$SECRETS" | head -1 | cut -d= -f2- | tr -d '"'"'"' \r')
 export SHOPIFY_ADMIN_ACCESS_TOKEN="$SHOPIFY_ADMIN_TOKEN"
 export ADMIN_PASSWORD="DW2024!"
+export DW_BASIC_AUTH="admin:DW2024!"   # room-setting-app simple-auth password login (no Google OAuth needed)
 export DRY_RUN=1
 export VISION_SCAN_CAP=25
 

← ae319d6 start-fleet.sh: keep the curated 13-tool set always-on via p  ·  back to Tools Dw Hub  ·  hub UI → internal-line-viewer pattern: left aside with colla 2c90036 →