mvp: wonky but working selenium firefox version
This commit is contained in:
parent
061eefdb24
commit
a3c843d63c
20 changed files with 738 additions and 407 deletions
13
.env.example
13
.env.example
|
|
@ -1,14 +1,17 @@
|
|||
# HTTP server port
|
||||
PORT=80
|
||||
|
||||
# HTTP proxy with /new endpoint for IP rotation
|
||||
PROXY_URL=http://localhost:8080
|
||||
# HTTPS proxy URL (will be used by Firefox directly)
|
||||
https_proxy=http://user:pass@host:port
|
||||
|
||||
# Path to mail.json with Google accounts
|
||||
MAIL_JSON=./mail.json
|
||||
# Path to emails.txt (email:password per line)
|
||||
EMAILS_FILE=/data/emails.txt
|
||||
|
||||
# Custom Firefox binary path (default: firefox-esr in Docker, or system firefox)
|
||||
# Custom Firefox binary path (default: firefox-esr in Docker)
|
||||
FIREFOX_BINARY=firefox-esr
|
||||
|
||||
# Number of hot tokens to keep in pool
|
||||
POOL_SIZE=10
|
||||
|
||||
# Persistent data directory (tokens, screenshots, extensions)
|
||||
DATA_DIR=/data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue