From bb68f519cce92515bea049bd089e3fa04cdd4b94 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Sun, 10 May 2026 14:46:08 +0200 Subject: [PATCH] feat: disable openid and self-registration --- tasks/forgejo.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tasks/forgejo.yaml b/tasks/forgejo.yaml index 45cdb06..ef7c6e1 100644 --- a/tasks/forgejo.yaml +++ b/tasks/forgejo.yaml @@ -64,3 +64,8 @@ # mailer FORGEJO__mailer__ENABLED: "false" + + # authentication + FORGEJO__openid__ENABLE_OPENID_SIGNIN: "false" + FORGEJO__openid__ENABLE_OPENID_SIGNUP: "false" + FORGEJO__service__DISABLE_REGISTRATION: "true"