route gitea ssh through traefik

This commit is contained in:
2026-02-01 08:15:13 -06:00
parent 536a76ca80
commit a00a888676
4 changed files with 18 additions and 15 deletions

View File

@@ -7,7 +7,7 @@
config = lib.mkIf (config.sysconfig.docker.traefik.enable && config.sysconfig.docker.enable) {
networking.firewall.allowedTCPPorts = [ 80 81 443 444 ];
networking.firewall.allowedTCPPorts = [ 80 81 443 444 2222 ];
sops.secrets = {
"traefik/cf_email" = {};
@@ -60,6 +60,7 @@
"81:81"
"443:443"
"444:444"
"2222:2222"
];
labels = {