From f7b54ac3bd9cb0ba411f1a79420710dbf0de5a14 Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 24 Jun 2023 19:10:59 -0400 Subject: [PATCH] traefik: remove bazarr --- hosts/kariru/services/traefik.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/kariru/services/traefik.nix b/hosts/kariru/services/traefik.nix index bd52130..9889dfa 100644 --- a/hosts/kariru/services/traefik.nix +++ b/hosts/kariru/services/traefik.nix @@ -25,11 +25,6 @@ _: { entrypoints = ["web"]; service = "prowlarr"; }; - bazarr = { - rule = "Host(`bazarr.home.arpa`)"; - entrypoints = ["web"]; - service = "bazarr"; - }; qbittorrent = { rule = "Host(`torrent.home.arpa`)"; entrypoints = ["web"]; @@ -40,7 +35,6 @@ _: { sonarr.loadBalancer.servers = [{url = "http://localhost:8989";}]; radarr.loadBalancer.servers = [{url = "http://localhost:7878";}]; prowlarr.loadBalancer.servers = [{url = "http://localhost:9696";}]; - bazarr.loadBalancer.servers = [{url = "http://localhost:6767";}]; qbittorrent.loadBalancer.servers = [{url = "http://localhost:8080";}]; }; };