mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Instructions
https://github.com/alexbelgium/hassio-addons/issues/1471#issuecomment-2216914830
This commit is contained in:
@@ -28,6 +28,8 @@ This addon is based on the [docker image](https://github.com/linuxserver/docker-
|
||||
|
||||
## Configuration
|
||||
|
||||
### Main app
|
||||
|
||||
Webui can be found at `<your-ip>:5000`.
|
||||
|
||||
```yaml
|
||||
@@ -37,6 +39,18 @@ TZ: Etc/UTC specify a timezone to use, see https://en.wikipedia.org/wiki/List_of
|
||||
BASE_URL: Specify the full URL (including protocol) when running behind a reverse proxy
|
||||
```
|
||||
|
||||
### Connect to browserless chrome (from @RhysMcW)
|
||||
|
||||
In HA use the File Editor addon (or Filebrowser) and edit the Changedetection.io config.yaml : /homeassistant/addons_config/changedetection.io/config.yaml
|
||||
|
||||
Add the following line to the end of the file:
|
||||
`PLAYWRIGHT_DRIVER_URL: ws://db21ed7f-browserless-chrome.local.hass.io:3000/chromium?launch={"defaultViewport":{"height":720,"width":1280},"headless":false,"stealth":true}&blockAds=true`
|
||||
|
||||
Remember to add a blank line at the end of the file too according to yaml requirements.
|
||||
|
||||
The "db21ed7f-browserless-chrome.local.hass.io" hostname was got from the CLI in HA, using arp, but you should also be able to use your HA IP address.
|
||||
Then restart the Changedetection.io addon - after that you can use the browser options in Changedetection.io.
|
||||
|
||||
## Installation
|
||||
|
||||
The installation of this add-on is pretty straightforward and not different in
|
||||
|
||||
Reference in New Issue
Block a user