Disabled forgejo internal signin so that it uses zitade.
This commit is contained in:
parent
2f4c2c8e3e
commit
657211eb26
1 changed files with 4 additions and 1 deletions
|
|
@ -26,7 +26,10 @@ in {
|
||||||
ROOT_URL = "https://${DOMAIN}/";
|
ROOT_URL = "https://${DOMAIN}/";
|
||||||
HTTP_PORT = 9004;
|
HTTP_PORT = 9004;
|
||||||
};
|
};
|
||||||
service.DISABLE_REGISTRATION = true;
|
service = {
|
||||||
|
DISABLE_REGISTRATION = true;
|
||||||
|
EnableInternalSignIn = false;
|
||||||
|
};
|
||||||
actions = {
|
actions = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
DEFAULT_ACTIONS_URL = "github";
|
DEFAULT_ACTIONS_URL = "github";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue