Add convo

This commit is contained in:
rotterdam 2023-03-21 10:33:06 -03:00
parent e02706b754
commit c04da7909b
3 changed files with 14 additions and 0 deletions

View file

@ -27,6 +27,18 @@
"--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,6 +67,7 @@
"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,6 +23,7 @@ in
whoogle = mkStringOption "8007";
qbittorrent = mkStringOption "8008";
actual = mkStringOption "8009";
convo = mkStringOption "8010";
sonarr = mkStringOption "8989";
jackett = mkStringOption "9117";
};