diff --git a/modules/nixos/traefik/default.nix b/modules/nixos/traefik/default.nix index 72ffc96..f4b9ddb 100755 --- a/modules/nixos/traefik/default.nix +++ b/modules/nixos/traefik/default.nix @@ -12,10 +12,10 @@ let serverIp = "10.0.1.3"; # Forward services - authUrl = "http://${serverIp}:${namespace.services.authentik.port}/outpost.goauthentik.io"; + authUrl = "http://${serverIp}:9000/outpost.goauthentik.io"; actualUrl = "http://${config.containers.actual.localAddress}:${toString config.containers.actual.config.services.actual.settings.port}"; - authentikUrl = "http://${serverIp}:${namespace.services.authentik.port}"; + 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.HTTP_PORT}";