From 742e8b7f74e8e1ce11d4bcfd9b0795dd94e6d69a Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sun, 6 Apr 2025 19:51:22 +0200 Subject: [PATCH] feat: internal tls --- hosts/saberofxebec/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/saberofxebec/configuration.nix b/hosts/saberofxebec/configuration.nix index ca8d8c7..65e4ba0 100644 --- a/hosts/saberofxebec/configuration.nix +++ b/hosts/saberofxebec/configuration.nix @@ -168,27 +168,35 @@ in { enable = true; virtualHosts."jackett.saberofxebec".extraConfig = '' reverse_proxy :9117 + tls internal ''; virtualHosts."qbittorrent.saberofxebec".extraConfig = '' reverse_proxy :8080 + tls internal ''; virtualHosts."radarr.saberofxebec".extraConfig = '' reverse_proxy :7878 + tls internal ''; virtualHosts."sonarr.saberofxebec".extraConfig = '' reverse_proxy :8989 + tls internal ''; virtualHosts."readarr.saberofxebec".extraConfig = '' reverse_proxy :8787 + tls internal ''; virtualHosts."jellyfin.saberofxebec".extraConfig = '' reverse_proxy :8787 + tls internal ''; virtualHosts."jellyseer.saberofxebec".extraConfig = '' reverse_proxy :8787 + tls internal ''; virtualHosts."pihole.saberofxebec".extraConfig = '' reverse_proxy :12345 + tls internal ''; };