fix(flaresolverr): unlikely to ever work again, cloudflare team always monitoring
This commit is contained in:
parent
813d71eea4
commit
ee83c94cf9
2 changed files with 0 additions and 18 deletions
|
|
@ -8,7 +8,6 @@
|
||||||
"bazarr"
|
"bazarr"
|
||||||
"copyparty"
|
"copyparty"
|
||||||
"couchdb"
|
"couchdb"
|
||||||
"flaresolverr"
|
|
||||||
"homepage-dashboard"
|
"homepage-dashboard"
|
||||||
"immich"
|
"immich"
|
||||||
"jellyfin"
|
"jellyfin"
|
||||||
|
|
|
||||||
|
|
@ -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}";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue