From 459d93e119e6291ac7c21f9563403803c97eae9d Mon Sep 17 00:00:00 2001 From: rotterdam Date: Tue, 21 Mar 2023 11:15:15 -0300 Subject: [PATCH] remove convo --- hosts/servers/alexandria/containerised.nix | 12 ------------ hosts/servers/alexandria/services.nix | 1 - hosts/servers/alexandria/variables.nix | 1 - 3 files changed, 14 deletions(-) diff --git a/hosts/servers/alexandria/containerised.nix b/hosts/servers/alexandria/containerised.nix index 4180356..3925207 100644 --- a/hosts/servers/alexandria/containerised.nix +++ b/hosts/servers/alexandria/containerised.nix @@ -27,18 +27,6 @@ "--pull=always" ]; }; - "convo" = { - image = "convos/convos:stable"; - ports = [ - "${config.ports.convo}:3000"; - ]; - volumes = [ - "/data/convo:/data"; - ]; - extraOptions = [ - "--pull=always" - ]; - } "librespeed" = { image = "lscr.io/linuxserver/librespeed:latest"; environment = { diff --git a/hosts/servers/alexandria/services.nix b/hosts/servers/alexandria/services.nix index 5ddc9b3..8ba4a22 100644 --- a/hosts/servers/alexandria/services.nix +++ b/hosts/servers/alexandria/services.nix @@ -67,7 +67,6 @@ "bazarr.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.bazaar}"; }; "bitwarden.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.vaultwarden}"; }; "cinny.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.cinny}"; }; - "convo.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.convo}"; }; "detect.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.changedetection-io}"; }; "jackett.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.jackett}"; }; "jellyfin.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.jellyfin}"; }; diff --git a/hosts/servers/alexandria/variables.nix b/hosts/servers/alexandria/variables.nix index 0ddcc8a..27cae86 100644 --- a/hosts/servers/alexandria/variables.nix +++ b/hosts/servers/alexandria/variables.nix @@ -23,7 +23,6 @@ in whoogle = mkStringOption "8007"; qbittorrent = mkStringOption "8008"; actual = mkStringOption "8009"; - convo = mkStringOption "8010"; sonarr = mkStringOption "8989"; jackett = mkStringOption "9117"; };