integration with CloakBrowser
This commit is contained in:
parent
b90fb85ab3
commit
f45b81aff1
6 changed files with 158 additions and 25 deletions
13
.env.example
13
.env.example
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue