Remove old wakapi

This commit is contained in:
batteredbunny 2024-10-28 20:38:27 +02:00
parent 6d74190947
commit 9cfd0b3c54
3 changed files with 0 additions and 25 deletions

View file

@ -107,9 +107,6 @@ in
"waka.catnip.ee".extraConfig = ''
reverse_proxy :${toString config.services.wakapi.settings.server.port}
'';
"old-waka.catnip.ee".extraConfig = ''
reverse_proxy :${toString settings.ports.wakapi}
'';
"http://sonarr.internal".extraConfig = ''
@local remote_ip private_ranges 100.64.0.0/10
reverse_proxy @local :${toString settings.ports.sonarr}

View file

@ -101,27 +101,6 @@
"${settings.server_configs_home}/archivebox:/data"
];
};
wakapi = {
autoStart = true;
image = "ghcr.io/muety/wakapi:latest";
environment = {
WAKAPI_PUBLIC_URL = "https://waka.catnip.ee";
WAKAPI_MAIL_SENDER = "Wakapi <wakapi@catnip.ee>";
WAKAPI_MAIL_SMTP_HOST = "mx1.sly.ee";
WAKAPI_MAIL_SMTP_PORT = "465";
WAKAPI_MAIL_SMTP_USER = "wakapi@catnip.ee";
WAKAPI_MAIL_SMTP_TLS = "true";
};
environmentFiles = [
"/etc/secrets/wakapi.env"
];
ports = [
"${toString settings.ports.wakapi}:3000"
];
volumes = [
"${settings.server_configs_home}/wakapi:/data"
];
};
jellyfin-vue = {
autoStart = true;
image = "docker.io/jellyfin/jellyfin-vue:unstable";

View file

@ -23,7 +23,6 @@
nextcloud = 4008;
jellyfin_vue = 4004;
jellyfin = 8096;
wakapi = 4001;
plex = 32400;
};
}