From f1f018a1a1003d73afd7cb81dfe9b336153058c0 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Sun, 9 Oct 2022 23:24:27 +0200 Subject: [PATCH] Expose jellyfin to public --- hosts/architect/jellyfin.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/hosts/architect/jellyfin.nix b/hosts/architect/jellyfin.nix index 90fd949..60af115 100644 --- a/hosts/architect/jellyfin.nix +++ b/hosts/architect/jellyfin.nix @@ -26,21 +26,21 @@ in { locations."/" = { proxyPass = "http://localhost:8096"; - extraConfig = '' - allow 10.0.0.0/24; - allow 10.3.0.0/24; - deny all; - ''; +# extraConfig = '' +# allow 10.0.0.0/24; +# allow 10.3.0.0/24; +# deny all; +# ''; }; locations."/socket" = { proxyPass = "http://localhost:8096"; proxyWebsockets = true; - extraConfig = '' - allow 10.0.0.0/24; - allow 10.3.0.0/24; - deny all; - ''; +# extraConfig = '' +# allow 10.0.0.0/24; +# allow 10.3.0.0/24; +# deny all; +# ''; }; }; };