nixos/jackflix: Add Sonarr

This commit is contained in:
2022-06-12 15:17:35 +01:00
parent e52518259c
commit f99eb399dc
3 changed files with 19 additions and 1 deletions

View File

@@ -191,6 +191,19 @@ in
}
(ssoServer "generic")
];
"sonarr-test.${lib.my.pubDomain}" = mkMerge [
{
locations."/" = mkMerge [
{
proxyPass = "http://jackflix-ctr.${config.networking.domain}:8989";
proxyWebsockets = true;
}
(ssoLoc "generic")
];
useACMEHost = lib.my.pubDomain;
}
(ssoServer "generic")
];
"jackflix-test.${lib.my.pubDomain}" =
let