From e116efd45c51c0719776b611fbb4f971d7962087 Mon Sep 17 00:00:00 2001 From: sora Date: Mon, 11 May 2026 03:03:52 +0200 Subject: [PATCH] Update modules/server/containers/apps/etherpad.nix --- modules/server/containers/apps/etherpad.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/server/containers/apps/etherpad.nix b/modules/server/containers/apps/etherpad.nix index 8f47ca1..2d23b19 100644 --- a/modules/server/containers/apps/etherpad.nix +++ b/modules/server/containers/apps/etherpad.nix @@ -16,7 +16,7 @@ let updates.tier = "off"; cleanup.enabled = false; gdprAuthorErasure.enabled = "\${GDPR_AUTHOR_ERASURE_ENABLED:false}"; - authenticationMethod = "\${AUTHENTICATION_METHOD:sso}"; + authenticationMethod = "\${AUTHENTICATION_METHOD:apikey}"; enableDarkMode = "\${ENABLE_DARK_MODE:true}"; enablePadWideSettings = "\${ENABLE_PAD_WIDE_SETTINGS:true}"; dbType = "\${DB_TYPE:dirty}";