add gitea to authelia
This commit is contained in:
parent
232ce326a5
commit
26e20340d3
2 changed files with 49 additions and 3 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue