From d65d40ae4d157a37a20e39a58ecb7ea12e2996a8 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Wed, 23 Oct 2024 14:19:00 +0200 Subject: [PATCH] chore(services -> penpot): Tweak `PENPOT_FLAGS` for frontend and backend --- services/penpot/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/penpot/default.nix b/services/penpot/default.nix index 79e9def..f7b88bf 100644 --- a/services/penpot/default.nix +++ b/services/penpot/default.nix @@ -49,7 +49,7 @@ "penpot_assets:/opt/data/assets" ]; environment = { - PENPOT_FLAGS = "disable-registration enable-login-with-oidc"; + PENPOT_FLAGS = "disable-registration enable-login-with-oidc enable-oidc-registration disable-onboarding disable-onboarding-newsletter disable-onboarding-questions"; }; dependsOn = [ "penpot-backend" @@ -63,7 +63,7 @@ "penpot_assets:/opt/data/assets" ]; environment = { - PENPOT_FLAGS = "disable-login-with-password enable-login-with-oidc enable-oidc-registration enable-smtp disable-onboarding-newsletter disable-onboarding-questions"; + PENPOT_FLAGS = "disable-registration enable-login-with-oidc enable-oidc-registration enable-smtp"; # Auth PENPOT_OIDC_CLIENT_ID = "penpot"; PENPOT_OIDC_BASE_URI = "https://auth.gasdev.fr";