From 026c01443e1e6497ee57bff1fb24b08bf9c164ca Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Wed, 18 Jun 2025 10:16:34 -0500 Subject: [PATCH] traefik --- hosts/nas/apps/traefik/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nas/apps/traefik/default.nix b/hosts/nas/apps/traefik/default.nix index 654bbb8..4cbc264 100755 --- a/hosts/nas/apps/traefik/default.nix +++ b/hosts/nas/apps/traefik/default.nix @@ -10,7 +10,7 @@ let authentikUrl = "http://${serverIp}:9000"; cacheUrl = "http://${serverIp}:9012"; cloudUrl = "http://${config.containers.nextcloud.localAddress}:80"; - giteaUrl = "http://${config.containers.gitea.localAddress}:${toString config.containers.gitea.config.services.gitea.settings.server.SSH_PORT}"; + giteaUrl = "http://${config.containers.gitea.localAddress}:${toString config.containers.gitea.config.services.gitea.settings.server.HTTP_PORT}"; hassUrl = "http://homeassistant.local:8123"; immichUrl = "http://${serverIp}:${toString config.services.immich.port}"; jellyfinUrl = "http://${serverIp}:8096";