From 61cbe6905d2dd893ce9a59af74d0b08c1353fdef Mon Sep 17 00:00:00 2001 From: Sylvain Duchesne Date: Mon, 17 Aug 2026 10:34:49 +0200 Subject: [PATCH] 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.