From 72dfc20090ada0e197e3f681e95b4c839c69814e Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 13 Aug 2024 08:43:41 -0400 Subject: [PATCH] Update changedetection-install.sh use browserless v2 https://github.com/dgtlmoon/changedetection.io/discussions/1953 --- install/changedetection-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/changedetection-install.sh b/install/changedetection-install.sh index 5a10f779..d42c5bb3 100644 --- a/install/changedetection-install.sh +++ b/install/changedetection-install.sh @@ -74,7 +74,7 @@ msg_ok "Installed Change Detection" msg_info "Installing Browserless & Playwright" mkdir /opt/browserless $STD python3 -m pip install playwright -$STD git clone -b v1 https://github.com/browserless/chrome /opt/browserless +$STD git clone https://github.com/browserless/chrome /opt/browserless $STD npm install --prefix /opt/browserless $STD npm run build --prefix /opt/browserless $STD npm prune production --prefix /opt/browserless @@ -123,8 +123,8 @@ Wants=browserless.service [Service] Type=simple WorkingDirectory=/opt/changedetection -Environment="WEBDRIVER_URL=http://127.0.0.1:4444/wd/hub" -Environment="PLAYWRIGHT_DRIVER_URL=ws://127.0.0.1:3000/?stealth=1&--disable-web-security=true" +Environment=WEBDRIVER_URL=http://127.0.0.1:4444/wd/hub +Environment=PLAYWRIGHT_DRIVER_URL=ws://browserless-chrome:3000/chrome?launch={"defaultViewport":{"height":720,"width":1280},"headless":false,"stealth":true}&blockAds=true ExecStart=changedetection.io -d /opt/changedetection -p 5000 [Install] WantedBy=multi-user.target