Allow ssh for git.bitlair

This commit is contained in:
Mark Janssen 2024-07-27 17:09:25 +02:00
parent 77941971b1
commit e1bf3e1765
Signed by: foobar
GPG key ID: D8674D8FC4F69BD2

View file

@ -7,8 +7,8 @@ git_server_title: Gitlair
git_server_bootstrap_cert: no
group_nft_input:
- "# Allow web-traffic from world"
- "tcp dport { http, https } accept"
- "# Allow ssh(git) + web-traffic from world"
- "tcp dport { ssh, http, https } accept"
nginx_client_max_body_size: 4G