Forgejo: personalisation
This commit is contained in:
parent
91226736fc
commit
614f971846
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue