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 <noreply@anthropic.com>
This commit is contained in:
parent
070efb961a
commit
b7aa8e20ef
1 changed files with 3 additions and 3 deletions
|
|
@ -103,12 +103,12 @@ in
|
||||||
# --- Other ---
|
# --- Other ---
|
||||||
"games.nordhammer.it" = proxy 8787;
|
"games.nordhammer.it" = proxy 8787;
|
||||||
"search.nordhammer.it" = proxy 8087;
|
"search.nordhammer.it" = proxy 8087;
|
||||||
"adguard.nordhammer.it" = proxy 3000;
|
|
||||||
|
|
||||||
# --- Protected by Authelia ---
|
# --- Protected by Authelia ---
|
||||||
"camera.nordhammer.it" = protectedProxy 1984;
|
"camera.nordhammer.it" = protectedProxy 1984;
|
||||||
"homepage.nordhammer.it" = protectedProxy 8082;
|
"homepage.nordhammer.it" = protectedProxy 8082;
|
||||||
"7dtd.nordhammer.it" = protectedProxy 8090;
|
"7dtd.nordhammer.it" = protectedProxy 8090;
|
||||||
|
"adguard.nordhammer.it" = protectedProxy 3000;
|
||||||
|
|
||||||
# --- Local-only: serves update history JSON to Homepage's customapi widget ---
|
# --- Local-only: serves update history JSON to Homepage's customapi widget ---
|
||||||
"homepage-updates.local" = {
|
"homepage-updates.local" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue