https://github.com/binhex/arch-flaresolverr
Docker build script for Arch Linux base with Flaresolverr
https://github.com/binhex/arch-flaresolverr
Last synced: 3 months ago
JSON representation
Docker build script for Arch Linux base with Flaresolverr
- Host: GitHub
- URL: https://github.com/binhex/arch-flaresolverr
- Owner: binhex
- License: gpl-3.0
- Created: 2024-02-22T13:02:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-27T15:43:05.000Z (6 months ago)
- Last Synced: 2025-03-25T10:03:32.482Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Application**
[Flaresolverr](https://github.com/FlareSolverr/FlareSolverr)
**Description**
FlareSolverr starts a proxy server, and it waits for user requests in an idle state using few resources. When some request arrives, it uses Selenium with the undetected-chromedriver to create a web browser (Chrome). It opens the URL with user parameters and waits until the Cloudflare challenge is solved (or timeout). The HTML code and the cookies are sent back to the user, and those cookies can be used to bypass Cloudflare using other HTTP clients.
**Build notes**
Latest stable Flaresolverr release from Arch Linux AUR.
**Usage**
```text
docker run -d \
-p 8191:8191 \
--name= \
-v :/config \
-v /etc/localtime:/etc/localtime:ro \
-e UMASK= \
-e PUID= \
-e PGID= \
binhex/arch-flaresolverr
```Please replace all user variables in the above command defined by <> with the correct values.
**Access application**
`http://:8191/v1`
**Example**
```bash
docker run -d \
-p 8191:8191 \
--name=flaresolverr \
-v /apps/docker/flaresolverr:/config \
-v /etc/localtime:/etc/localtime:ro \
-e UMASK=000 \
-e PUID=0 \
-e PGID=0 \
binhex/arch-flaresolverr
```**Notes**
User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-
```text
id
```___
If you appreciate my work, then please consider buying me a beer :D[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4)
[Documentation](https://github.com/binhex/documentation) | [Support forum](https://forums.unraid.net/topic/155853-support-binhex-flaresolverr/)