Forgejo: personalisation
This commit is contained in:
parent
91226736fc
commit
dd0173e2f8
1 changed files with 7 additions and 0 deletions
|
|
@ -21,11 +21,18 @@ in {
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
default = {
|
||||||
|
APP_NAME = "JSW Git";
|
||||||
|
APP_SLOGAN = "We be gitting.";
|
||||||
|
};
|
||||||
|
|
||||||
|
cors.ENABLED = true;
|
||||||
server = {
|
server = {
|
||||||
inherit DOMAIN;
|
inherit DOMAIN;
|
||||||
ROOT_URL = "https://${DOMAIN}/";
|
ROOT_URL = "https://${DOMAIN}/";
|
||||||
PROTOCOL = "http+unix";
|
PROTOCOL = "http+unix";
|
||||||
DISABLE_SSH = true;
|
DISABLE_SSH = true;
|
||||||
|
LANDING_PAGE = "explore";
|
||||||
};
|
};
|
||||||
service = {
|
service = {
|
||||||
ENABLE_INTERNAL_SIGNIN = false;
|
ENABLE_INTERNAL_SIGNIN = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue