From 7456229c638e1e9663b5cfe5207ecd05afaa69e4 Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 13 May 2026 11:27:28 -0500 Subject: [PATCH] improve security --- modules/features/authentik.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/features/authentik.nix b/modules/features/authentik.nix index 6f9547c..3889edd 100644 --- a/modules/features/authentik.nix +++ b/modules/features/authentik.nix @@ -104,7 +104,7 @@ "/etc/Authentik/data:/data:rw" ]; ports = [ - "127.0.0.1:${builtins.toString hostPort}:9000/tcp" + #"127.0.0.1:${builtins.toString hostPort}:9000/tcp" #"9443:9443/tcp" ]; cmd = [ "server" ]; @@ -117,6 +117,7 @@ "--network-alias=authentik-server" "--network-alias=${name}" "--ip=192.168.101.6" + "--expose=9000" ]; networks = [ "docker-main"