Force Forgejo to listen on all port
This commit is contained in:
parent
ea3817b41e
commit
75b4d373db
1 changed files with 2 additions and 0 deletions
|
|
@ -84,6 +84,8 @@ in
|
|||
ROOT_URL = "https://git.${cfg.proxy.domain}";
|
||||
START_SSH_SERVER = true;
|
||||
SSH_PORT = sshPort;
|
||||
# Listen on all interfaces so git push/pull via SSH works from other hosts
|
||||
SSH_LISTEN_HOST = "0.0.0.0";
|
||||
HTTP_PORT = httpPort;
|
||||
};
|
||||
actions = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue