Disabled forgejo internal signin so that it uses zitade.

This commit is contained in:
Jurn Wubben 2025-07-20 17:04:59 +02:00
parent 2f4c2c8e3e
commit 657211eb26

View file

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