feat: switch to mullvadvpn, switch to docker
This commit is contained in:
parent
36ace852a8
commit
720d341cca
8 changed files with 21 additions and 21 deletions
25
modules/arr.nix
Normal file
25
modules/arr.nix
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
|
||||
services.jackett = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
virtualisation = {
|
||||
oci-containers = {
|
||||
containers = {
|
||||
flare-solvarr = {
|
||||
image = "ghcr.io/flaresolverr/flaresolverr:latest";
|
||||
autoStart = true;
|
||||
ports = ["127.0.0.1:8191:8191"];
|
||||
environment = {
|
||||
LOG_LEVEL = "info";
|
||||
LOG_HTML = "false";
|
||||
CAPTCHA_SOLVER = "hcaptcha-solver";
|
||||
TZ="Europe/Berlin";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue