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.
9 lines
348 B
Bash
9 lines
348 B
Bash
# foundry stack secrets
|
|
FOUNDRY_USERNAME=ginnoir
|
|
FOUNDRY_PASSWORD=agt-UAU!uky_ykh3juy
|
|
FOUNDRY_ADMIN_KEY=fuckyouben
|
|
# NOTE: the old plutonium patch gist 404s (dead URL), which put Foundry into a
|
|
# crash/backoff loop. Disabled to restore service. To re-enable, set this to a
|
|
# CURRENT raw gist URL for the plutonium patch script.
|
|
FOUNDRY_PATCH_URLS=
|