add flaresolverr to prowlarr

This commit is contained in:
Vivian 2022-10-18 16:26:36 +02:00
parent c4a704c763
commit f11f5ecada

View file

@ -7,4 +7,18 @@
enable = true;
openFirewall = true;
};
virtualisation.podman.enable = true;
virtualisation.oci-containers = {
backend = "podman";
containers = {
flaresolverr = {
image = "0x76/flaresolverr:3.0.0.beta2-fixup";
ports = [
"8191:8191"
];
};
};
};
}