From b7aa8e20ef3e7d8ec6105d77f81370ff243dcfcc Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 22 Apr 2026 14:16:52 +0100 Subject: [PATCH] nginx: move adguard vhost behind Authelia forward auth Pairs with the prior commit that added the ACL rule. Co-Authored-By: Claude Opus 4.7 --- services/nginx.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/nginx.nix b/services/nginx.nix index 08d62f3..572ccb1 100644 --- a/services/nginx.nix +++ b/services/nginx.nix @@ -101,14 +101,14 @@ in "torrent.nordhammer.it" = proxy 8080; # --- Other --- - "games.nordhammer.it" = proxy 8787; - "search.nordhammer.it" = proxy 8087; - "adguard.nordhammer.it" = proxy 3000; + "games.nordhammer.it" = proxy 8787; + "search.nordhammer.it" = proxy 8087; # --- Protected by Authelia --- "camera.nordhammer.it" = protectedProxy 1984; "homepage.nordhammer.it" = protectedProxy 8082; "7dtd.nordhammer.it" = protectedProxy 8090; + "adguard.nordhammer.it" = protectedProxy 3000; # --- Local-only: serves update history JSON to Homepage's customapi widget --- "homepage-updates.local" = {