Portainer git-stack deploys require stack.env (not .env) in the repo. Renames all stacks/*/. env → stacks/*/stack.env so Portainer reads secrets directly from git on each redeploy, making the repo the single source of truth instead of requiring manual UI sync. Also fixes the dev stack BOOKSTACK_APP_KEY gap — the key was already present in the file but missing from Portainer's stored envVars; it will now be picked up automatically from stack.env on next redeploy. Updates CLAUDE.md to reflect the new filename convention.
6 lines
141 B
Bash
6 lines
141 B
Bash
# notify stack secrets
|
|
TZ=America/Chicago
|
|
FRESHRSS_API_PASSWORD=d0fet0th3x
|
|
FRESHRSS_PASSWORD=d0fet0th3x
|
|
FRESHRSS_EMAIL=3nigma.matt@gmail.com
|