add flaresolverr to prowlarr
This commit is contained in:
parent
8d546721a9
commit
4d9de6aff1
1 changed files with 14 additions and 0 deletions
|
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue