wynne: configure forgejo
This commit is contained in:
parent
5889b175df
commit
d6a0b50283
1 changed files with 4 additions and 0 deletions
|
@ -18,7 +18,11 @@ in
|
|||
server = {
|
||||
ROOT_URL = "https://${domainName}";
|
||||
PROTOCOL = "http";
|
||||
DISABLE_SSH = false;
|
||||
START_SSH_SERVER = true;
|
||||
BUILTIN_SSH_SERVER_USER = "forge";
|
||||
SSH_PORT = 42069;
|
||||
SSH_LISTEN_HOST = "10.10.10.13";
|
||||
HTTP_ADDR = "10.10.10.13";
|
||||
HTTP_PORT = 3000;
|
||||
DOMAIN = domainName;
|
||||
|
|
Loading…
Reference in a new issue