integration with CloakBrowser

This commit is contained in:
Artem Timoshenko 2026-05-19 22:30:48 +03:00
parent b90fb85ab3
commit f45b81aff1
6 changed files with 158 additions and 25 deletions

View file

@ -15,6 +15,19 @@ TELEGRAM_HOME_CHANNEL=
BROWSER_URL=http://browser:9222
BROWSER_VIEW_URL=
# Browser engine for browser-use container:
# - chromium: default local Chromium
# - cloak: CloakBrowser stealth browser over the same CDP/noVNC pipeline
BROWSER_ENGINE=cloak
# CloakBrowser options are used only when BROWSER_ENGINE=cloak.
CLOAK_HEADLESS=false
CLOAK_HUMANIZE=true
CLOAK_HUMAN_PRESET=default
CLOAK_PROXY=
CLOAK_GEOIP=false
CLOAK_ARGS=
BROWSER_API_HOST=0.0.0.0
BROWSER_API_PORT=8088
BROWSER_USE_RPC_URL=http://browser:8787/run