Enable federation
This commit is contained in:
parent
a832cfc5e5
commit
84a93bfa26
1 changed files with 5 additions and 0 deletions
|
@ -19,10 +19,15 @@
|
|||
ROOT_URL = "https://${domain}";
|
||||
HTTP_ADDR = socket;
|
||||
PROTOCOL = "http+unix";
|
||||
|
||||
START_SSH_SERVER = true;
|
||||
SSH_LISTEN_PORT = 2222;
|
||||
BUILTIN_SSH_SERVER_USER = "git";
|
||||
|
||||
LANDING_PAGE = "explore";
|
||||
};
|
||||
|
||||
federation.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue