Skip to content

Added Flaresolverr#247

Open
theryukverse wants to merge 4 commits intotailscale-dev:mainfrom
theryukverse:main
Open

Added Flaresolverr#247
theryukverse wants to merge 4 commits intotailscale-dev:mainfrom
theryukverse:main

Conversation

@theryukverse
Copy link
Copy Markdown
Contributor

Pull Request Title: Added Flaresolver

Description

FlareSolverr is a proxy server to bypass Cloudflare and DDoS-GUARD protection. Works well with arr stack

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Refactoring

How Has This Been Tested?

Describe the tests you ran to verify your changes. Provide instructions for reproducing the testing process:

  1. I use it and working as expected

@theryukverse theryukverse changed the title Added Flaresolver Added Flaresolverr Apr 6, 2026
Copy link
Copy Markdown
Collaborator

@crypt0rr crypt0rr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your PR! 🔥 Please have a look at the comments.


# ${SERVICE}
application:
image: ghcr.io/flaresolverr/flaresolverr:latest
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move the image to the dedicated location in the .env. You may copy the template .env from here.

- LOG_FILE=${LOG_FILE:-none}
- LOG_HTML=${LOG_HTML:-false}
- CAPTCHA_SOLVER=${CAPTCHA_SOLVER:-none}
- TZ=Asia/Kolkata
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep the default TZ in line with the template compose.yaml from here.

- LOG_HTML=${LOG_HTML:-false}
- CAPTCHA_SOLVER=${CAPTCHA_SOLVER:-none}
- TZ=Asia/Kolkata
# ports:
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ports can't be exposed in the specific services, since they run in network_mode: service:tailscale. Please move these to the dedicated ports section in the Tailscale part above.

# ports:
# - "8191:8191"
volumes:
- /var/lib/flaresolver:/config
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was reading through the documentation of flaresolverr, but can't find a reason why they've put the local mount here. Maybe from local building/testing in their environment.

You may remove this line, since it will not do anything at this point in time.

@crypt0rr crypt0rr added the new service request to add a new service label Apr 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new service request to add a new service

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants