feat: disable openid and self-registration

This commit is contained in:
Simon Cornet 2026-05-10 14:46:08 +02:00
commit bb68f519cc

View file

@ -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"