reconfigure some forrgejo things

This commit is contained in:
Ittihadyya 2024-11-12 12:51:10 +02:00
parent be80a1cefd
commit cea3de7e15

View file

@ -32,6 +32,11 @@
HTTP_PORT = 3000; HTTP_PORT = 3000;
SSH_PORT = 222; SSH_PORT = 222;
ROOT_URL = "https://${config.services.forgejo.settings.server.DOMAIN}:443"; ROOT_URL = "https://${config.services.forgejo.settings.server.DOMAIN}:443";
ENABLE_GZIP = true;
};
service = {
DISABLE_REGISTRATION = true;
DEFAULT_KEEP_EMAIL_PRIVATE = true;
}; };
}; };
}; };