Skip to content

Commit

Permalink
flaresolverr: set more environments to mimic normal browser
Browse files Browse the repository at this point in the history
  • Loading branch information
xddxdd committed Mar 8, 2024
1 parent 2b77c14 commit 0f50944
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hosts/lt-home-vm/media-center.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ in {
HOST = "127.0.0.1";
PORT = LT.portStr.FlareSolverr;
LOG_LEVEL = "warn";
TZ = config.time.timeZone;
LANG = config.i18n.defaultLocale;
TEST_URL = "https://www.example.com";
};
serviceConfig =
LT.serviceHarden
Expand Down
3 changes: 3 additions & 0 deletions nixos/optional-apps/flaresolverr.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
HOST = "127.0.0.1";
PORT = LT.portStr.FlareSolverr;
LOG_LEVEL = "warn";
TZ = config.time.timeZone;
LANG = config.i18n.defaultLocale;
TEST_URL = "https://www.example.com";
};
serviceConfig =
LT.serviceHarden
Expand Down

0 comments on commit 0f50944

Please sign in to comment.