feat: add flaresolvarr, switch to podman, add alacritty padding
This commit is contained in:
parent
fd14358bf7
commit
3105575c38
6 changed files with 41 additions and 12 deletions
26
modules/rr.nix
Normal file
26
modules/rr.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
|
||||
services.jackett = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
virtualisation = {
|
||||
oci-containers = {
|
||||
backend = "podman";
|
||||
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