From a2e439686d12a76f98cb0bef56a814386a4877d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20M=C3=BCller?= <88948175+J-o-n-a-t-h-a-n-M-u-e-l-l-e-r@users.noreply.github.com> Date: Fri, 26 Jul 2024 16:30:36 +0000 Subject: [PATCH] Fixes Plausible TOTP key by changing it from BASE64 to REALBASE64_32 --- templates/compose/plausible.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/plausible.yaml b/templates/compose/plausible.yaml index e73421d57..14a80ad3f 100644 --- a/templates/compose/plausible.yaml +++ b/templates/compose/plausible.yaml @@ -12,7 +12,7 @@ services: - "DATABASE_URL=postgres://postgres:$SERVICE_PASSWORD_POSTGRES@plausible_db/plausible" - BASE_URL=$SERVICE_FQDN_PLAUSIBLE - SECRET_KEY_BASE=$SERVICE_BASE64_64_PLAUSIBLE - - TOTP_VAULT_KEY=$SERVICE_BASE64_TOTP + - TOTP_VAULT_KEY=$SERVICE_REALBASE64_32_TOTP depends_on: - plausible_db - plausible_events_db