add mapfm poster back

This commit is contained in:
Jana Dönszelmann 2025-09-29 16:49:54 +02:00
parent 47a4f3f9a7
commit d3662d77d0
No known key found for this signature in database
8 changed files with 341 additions and 191 deletions

View file

@ -68,6 +68,15 @@ in
SHOW_REGISTRATION_BUTTON = false;
ENABLE_PASSWORD_SIGNIN_FORM = false;
};
openid = {
ENABLE_OPENID_SIGNUP = true;
};
oauth2_client = {
REGISTER_EMAIL_CONFIRM = false;
ENABLE_AUTO_REGISTRATION = true;
UPDATE_AVATAR = true;
ACCOUNT_LINKING = "auto";
};
actions = {
ENABLED = true;
DEFAULT_ACTIONS_URL = "github";
@ -150,5 +159,4 @@ in
};
};
networking.firewall.trustedInterfaces = [ "br-+" ];
}