OP#414 add user control

This commit is contained in:
12ww1160
2026-02-04 10:55:41 +01:00
parent 9899e62739
commit f516107df6
8 changed files with 38 additions and 15 deletions

View File

@@ -6,7 +6,7 @@
class confdroid_gitea::firewall::iptables (
) inherits confdroid_gitea::params {
if $ga_use_firewall == true {
if ($ga_use_firewall == true) and ($ga_host_fqdn == $fqdn) {
firewall { "${ga_order_prefix}${ga_http_port} allow gitea http port ${ga_http_port}":
proto => 'tcp',
dport => $ga_http_port,