fix(flaresolverr): unlikely to ever work again, cloudflare team always monitoring

This commit is contained in:
wi11-holdsworth 2026-01-07 17:53:50 +11:00
parent 813d71eea4
commit ee83c94cf9
2 changed files with 0 additions and 18 deletions

View file

@ -8,7 +8,6 @@
"bazarr"
"copyparty"
"couchdb"
"flaresolverr"
"homepage-dashboard"
"immich"
"jellyfin"

View file

@ -1,17 +0,0 @@
let
port = 5011;
in
{
services = {
flaresolverr = {
enable = true;
inherit port;
};
nginx.virtualHosts."flaresolverr.fi33.buzz" = {
forceSSL = true;
useACMEHost = "fi33.buzz";
locations."/".proxyPass = "http://localhost:${toString port}";
};
};
}