mirror of
https://github.com/germondai/trawl.git
synced 2026-08-17 12:11:23 +02:00
1.2 KiB
1.2 KiB
title, description
| title | description |
|---|---|
| Jackett | Use TRAWL as a FlareSolverr drop-in with Jackett. |
Jackett
Jackett reads its FlareSolverr URL from ServerConfig.json. TRAWL is a drop-in replacement.
Setup via UI
- Open the Jackett web UI → Dashboard
- Click the ≡ menu → Settings
- Find the FlareSolverr API URL field
- Enter:
http://localhost:8191 - Click Apply server settings
Setup via config file
Edit ~/.config/Jackett/ServerConfig.json (or wherever your Jackett data directory is):
{
"FlareSolverrUrl": "http://localhost:8191",
...
}
Restart Jackett after editing the file.
Verify
Navigate to a protected indexer in Jackett and click Test. A first request that encounters a recognized wall triggers the browser challenge flow. Subsequent tests can reuse the cached session while it remains valid.
Docker
services:
jackett:
image: lscr.io/linuxserver/jackett:latest
environment:
- FLARESOLVERR_URL=http://trawl:8191
Notes
Jackett does not verify the version field in the FlareSolverr response the same way Prowlarr does. Either way, TRAWL returns "2.0.0" which is correct.