Replace gitlab with forgejo setup
This commit is contained in:
parent
41fa6b52ef
commit
d2bfe3e018
5 changed files with 12 additions and 12 deletions
|
|
@ -20,7 +20,7 @@ table ip filter {
|
|||
ip protocol icmp accept
|
||||
|
||||
iifname "{{ network_interface }}" tcp dport {{ ssh_port }} accept comment "SSH"
|
||||
iifname "{{ network_interface }}" tcp dport {{ gitlab_ssh_port }} accept comment "Gitlab SSH"
|
||||
iifname "{{ network_interface }}" tcp dport {{ forgejo_ssh_port }} accept comment "Forgejo SSH"
|
||||
iifname "{{ network_interface }}" tcp dport { {{ http_port }}, {{ https_port }} } accept comment "HTTP/HTTPS"
|
||||
iifname "{{ network_interface }}" tcp dport {{ transmission_port }} accept comment "Transmission"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue