This commit is contained in:
mjallen18
2025-08-23 20:19:06 -05:00
parent e0ee270075
commit ac84ea8a7a

View File

@@ -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}";