gitea: set location provider

This commit is contained in:
Sandro - 2023-11-18 04:27:28 +01:00
parent d39810087e
commit f7aeb0efa0
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 1 deletions

View File

@ -86,9 +86,10 @@
};
service = {
DISABLE_REGISTRATION = true;
ENABLE_NOTIFY_MAIL = true;
NO_REPLY_ADDRESS = "no_reply@c3d2.de";
REGISTER_EMAIL_CONFIRM = true;
ENABLE_NOTIFY_MAIL = true;
USER_LOCATION_MAP_URL = "https://www.openstreetmap.org/search?query=";
};
session = {
COOKIE_SECURE = lib.mkForce true;