diff --git a/modules/forgejo.nix b/modules/forgejo.nix index 7b4c1c8..285716a 100644 --- a/modules/forgejo.nix +++ b/modules/forgejo.nix @@ -14,13 +14,19 @@ settings = { openid = { ENABLE_OPENID_SIGNIN = true; - ENABLE_OPENID_SIGNUP = true; - DISABLE_REGISTRATION = true; + #ENABLE_OPENID_SIGNUP = true; + }; + federation = { + ENABLED = true; }; #server = { #ROOT_URL = "https://forge.katzen.cafe/"; #HTTP_PORT = 8082; #}; + service = { + REGISTER_MANUAL_CONFIRM = true; + SHOW_REGISTRATION_BUTTON = false; + }; }; }; deployment.keys = {