some forgejo settings

This commit is contained in:
cy 2025-01-10 21:43:00 -05:00
parent 4790c19d2d
commit bb44d07ce9

View file

@ -10,6 +10,7 @@
HTTP_PORT = 3000; HTTP_PORT = 3000;
HTTP_ADDR = "127.0.0.1"; HTTP_ADDR = "127.0.0.1";
DOMAIN = "git.cy7.sh"; DOMAIN = "git.cy7.sh";
LANDING_PAGE = "/cy";
}; };
session.COOKIE_SECURE = true; session.COOKIE_SECURE = true;
service.DISABLE_REGISTRATION = true; service.DISABLE_REGISTRATION = true;
@ -18,6 +19,7 @@
DEFAULT_THEME = "gitea-dark"; DEFAULT_THEME = "gitea-dark";
}; };
actions.ENABLED = false; actions.ENABLED = false;
repository.ENABLE_PUSH_CREATE_USER = true;
}; };
database = { database = {
type = "postgres"; type = "postgres";