Files
chiasson-nix/modules/hosts/nix-server/_services/flaresolverr.nix
T
2026-05-10 01:45:16 -03:00

12 lines
264 B
Nix

{ ... }:
{
# FlareSolverr (Cloudflare / JS challenge solver for some indexers).
# Typically used by Prowlarr as an HTTP proxy.
#
# UI/endpoint: http://<host>:8191
services.flaresolverr.enable = true;
networking.firewall.allowedTCPPorts = [ 8191 ];
}