forgejo: allw port 3000 only from 192.168.2.0/24
All checks were successful
ansible-lint / gitleaks (push) Successful in 2s
ansible-lint / Ansible Lint (push) Successful in 23s

This commit is contained in:
Michael Grote 2025-01-03 15:06:02 +01:00
parent b0214bdb9a
commit dd375ea74a

View file

@ -45,7 +45,7 @@ ufw_rules:
to_port: "{{ gitea_http_port }}"
protocol: tcp
comment: 'gitea'
from_ip: 0.0.0.0/0
from_ip: 192.168.2.0/24
- rule: allow
to_port: "{{ gitea_ssh_port }}"
protocol: tcp