FlareSolverr

This commit is contained in:
Dziad Borowy
2026-02-06 15:19:59 +00:00
parent 52a13e2449
commit 5d4c59b1c9
2 changed files with 21 additions and 0 deletions

View File

@@ -309,6 +309,7 @@ The aims is to provide a ready-to-run recipes that you can just copy, paste and
- [Crowdsec](apps/other/crowdsec.md) - [Crowdsec](apps/other/crowdsec.md)
- [Firefox sync server](apps/other/firefox-sync.md) - [Firefox sync server](apps/other/firefox-sync.md)
- [Firefox](apps/other/firefox.md) - [Firefox](apps/other/firefox.md)
- [Flare Solverr](apps/other/flare-solverr.md)
- [LanguageTool server](apps/other/language-tool.md) - [LanguageTool server](apps/other/language-tool.md)
- [Ntfy](apps/other/ntfy.md) - [Ntfy](apps/other/ntfy.md)
- [OpenSpeedTest](apps/other/openspeedtest.md) - [OpenSpeedTest](apps/other/openspeedtest.md)
@@ -318,6 +319,8 @@ The aims is to provide a ready-to-run recipes that you can just copy, paste and
- [VPN client](apps/other/vpn.md) - [VPN client](apps/other/vpn.md)
- [Windows](apps/other/windows.md) - [Windows](apps/other/windows.md)
# Photos # Photos
- [Comparison table](apps/photos/comparison.md) - [Comparison table](apps/photos/comparison.md)
- [Chevereto](apps/photos/chevereto.md) - [Chevereto](apps/photos/chevereto.md)

View File

@@ -0,0 +1,18 @@
# FlareSolverr
Proxy server to bypass Cloudflare protection. Can be used by other apps (e.g. Jackett) to bypass Cloudflare's human verification.
<br>
- [Github repo](https://github.com/FlareSolverr/FlareSolverr)
## docker-compose.yml
```yml
flaresolverr:
image: ghcr.io/flaresolverr/flaresolverr:latest
container_name: flaresolverr
restart: unless-stopped
ports:
- 8191:8191
```