mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2026-09-24 14:20:08 +01:00
[skip ci] add proxybase collaboration info
This commit is contained in:
@@ -39,6 +39,10 @@ An alternative to [FlareSolverr](https://github.com/FlareSolverr/FlareSolverr) a
|
||||
| `USE_HEADLESS` | `SeleniumBase default` | Use headless chromium. |
|
||||
| `PROXY` | None | Proxy to use in format: `protocol://username:password@host:port`. [SOCKS5 with authentication is not supported by Chrome](https://stackoverflow.com/questions/75602916/connection-to-private-proxy-socks5-with-chrome-webrequest-onauthrequired-and), see `compose.yaml` file for a workaround |
|
||||
|
||||
## Proxy Recommendation
|
||||
|
||||
Recently I've partnered with a *new in town* proxy service - ProxyBase - to offer affordable proxy services that seems to work seamlessly with Byparr! Using my affiliate code `byparr` (case sensitive!) when signing up will not only get you access to their cost-effective (**$0.69/GB with occasional promotions**) proxy network but will also help support the continued development of this project. ProxyBase's proxies can significantly improve your success rate when bypassing anti-bot challenges. [Check out ProxyBase](https://discord.gg/perwbTBxGf) and enhance your Byparr experience! Just remember that it uses `socks5` protocol, so check [Options](#options) section for more details.
|
||||
|
||||
## Tags
|
||||
|
||||
- `v*.*.*`/`latest` - Releases considered stable
|
||||
|
||||
+4
-4
@@ -5,13 +5,13 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
# environment: # Uncomment if using pproxy
|
||||
# - proxy=http://pproxy:8080
|
||||
# environment:
|
||||
# - PROXY=http://pproxy:8080 # Uncomment this line to use pproxy
|
||||
volumes:
|
||||
- ./screenshots:/app/screenshots # For screenshots when exception occurs
|
||||
ports:
|
||||
- "8191:8191"
|
||||
# # Uncomment the following lines to enable pproxy
|
||||
# # Uncomment the following lines to enable pproxy for socks5 proxy
|
||||
# pproxy:
|
||||
# tty: true # Required for pproxy to work
|
||||
# container_name: pproxy
|
||||
@@ -20,4 +20,4 @@ services:
|
||||
# command:
|
||||
# - -vv
|
||||
# - -l http://:8080
|
||||
# - -r socks5://host:port#username:password
|
||||
# - -r socks5://host:port#username:password # Fill in your proxy credentials and address
|
||||
|
||||
Reference in New Issue
Block a user