Trigger a redeploy: first run with the injected wallet and the external data layer
No change. This commit exists to give the deployment something to pick up. What it deploys, already committed above: the data layer as a real external dependency pinned to a commit and installed from Gitea, and the wallet arriving through FESTIPOD_SHARED_WALLET_FILE_BASE64 instead of a file nothing ever put in the image. Both were verified in a locally built image before this push. The deployment environment must carry FESTIPOD_SHARED_WALLET_PASSWORD and FESTIPOD_SHARED_WALLET_FILE_BASE64, and must NOT carry FESTIPOD_SHARED_WALLET_FILE -- a path always wins over the base64 form and does not fall through, so a leftover path variable would serve 404 for the wallet and no one could sign in, with nothing saying why.
This commit is contained in: