Skip to content

Commit

Permalink
Update changedetection-install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tteck authored Aug 13, 2024
1 parent aca97a3 commit 72dfc20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install/changedetection-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 72dfc20

Please sign in to comment.