1
0
Fork 0

mvp: wonky but working selenium firefox version

This commit is contained in:
Arthur K. 2026-03-07 20:18:02 +03:00
parent 061eefdb24
commit a3c843d63c
Signed by: wzray
GPG key ID: B97F30FDC4636357
20 changed files with 738 additions and 407 deletions

View file

@ -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