remove convo

This commit is contained in:
rotterdam 2023-03-21 11:15:15 -03:00
parent c04da7909b
commit 459d93e119
3 changed files with 0 additions and 14 deletions

View file

@ -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 = {

View file

@ -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}"; };

View file

@ -23,7 +23,6 @@ in
whoogle = mkStringOption "8007";
qbittorrent = mkStringOption "8008";
actual = mkStringOption "8009";
convo = mkStringOption "8010";
sonarr = mkStringOption "8989";
jackett = mkStringOption "9117";
};