add gitea to authelia

This commit is contained in:
2023-08-17 03:12:33 +02:00
parent 232ce326a5
commit 26e20340d3
2 changed files with 49 additions and 3 deletions

View File

@@ -20,7 +20,16 @@ in
HTTP_PORT = 3001;
DOMAIN = domain;
};
service.DISABLE_REGISTRATION = true;
openid = {
ENABLE_OPENID_SIGNIN = false;
ENABLE_OPENID_SIGNUP = true;
WHITELISTED_URIS = "auth.example.com";
};
service = {
DISABLE_REGISTRATION = false;
ALLOW_ONLY_EXTERNAL_REGISTRATION = true;
SHOW_REGISTRATION_BUTTON = false;
};
webhook.ALLOWED_HOST_LIST = "drone.cloonar.com";
};
};