Forgejo: personalisation

This commit is contained in:
Jurn Wubben 2025-08-05 20:54:58 +02:00
parent 91226736fc
commit 614f971846

View file

@ -21,11 +21,16 @@ in {
lfs.enable = true;
settings = {
APP_NAME = "JSW Git";
APP_SLOGAN = "We be gitting.";
cors.ENABLED = true;
server = {
inherit DOMAIN;
ROOT_URL = "https://${DOMAIN}/";
PROTOCOL = "http+unix";
DISABLE_SSH = true;
LANDING_PAGE = "explore";
};
service = {
ENABLE_INTERNAL_SIGNIN = false;