Force Forgejo to listen on all port

This commit is contained in:
pazpi 2026-03-10 23:07:45 +01:00
parent ea3817b41e
commit 75b4d373db
No known key found for this signature in database

View file

@ -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 = {