🐛 forgejo ssh port should be public available

This commit is contained in:
Ingolf Wagner 2024-10-13 02:12:48 +09:00
parent 94759e4a67
commit b20dff2899
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -20,7 +20,6 @@ in
}; };
healthchecks.closed.public.ports.forgejo = [ healthchecks.closed.public.ports.forgejo = [
mysqlPort mysqlPort
sshPort
forgejoPort forgejoPort
]; ];
networking.firewall.allowedTCPPorts = [ sshPort ]; networking.firewall.allowedTCPPorts = [ sshPort ];