Remove old wakapi
This commit is contained in:
parent
6d74190947
commit
9cfd0b3c54
3 changed files with 0 additions and 25 deletions
|
@ -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}
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
nextcloud = 4008;
|
||||
jellyfin_vue = 4004;
|
||||
jellyfin = 8096;
|
||||
wakapi = 4001;
|
||||
plex = 32400;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue