Conversation
crypt0rr
left a comment
There was a problem hiding this comment.
Thanks for your PR! 🔥 Please have a look at the comments.
|
|
||
| # ${SERVICE} | ||
| application: | ||
| image: ghcr.io/flaresolverr/flaresolverr:latest |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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: |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
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
How Has This Been Tested?
Describe the tests you ran to verify your changes. Provide instructions for reproducing the testing process: