[ChangeDetection] Detect website content changes

ChangeDetection for YunoHost

Integration level
Working status

Install changedetection with YunoHost

Overview

Detect website content changes and perform meaningful actions - trigger notifications via Discord, Email, Slack, Telegram, API calls and many more.

Shipped version: 0.49.3~ynh1

Screenshots

Documentation and resources

7 Likes

This looks like a great addition! Thank you!

1 Like

thank you so so so so much!!! I’ve wanted this FOREVER

1 Like

Thank you a lot!

Just a question: how to add the WebDriver Chrome/Javascript ?

Thank you

2 Likes

Bumping this question.

I also want to know this.

Please, it is just a simple answer about how to set this up

1 Like

This requires to set some env variable, how to set such env variable? I don’t know

Using Chromium would require setting up ChromeDriver, a task complicated enough to require separate packaging I think.

EDIT: submitted proposal for packaging: Add ChromeDriver to wishlist by yunohost-bot · Pull Request #3275 · YunoHost/apps · GitHub

I appreciate the thing you took for opening the feature request. Thank you very much. However I already have a browserless instance running on another server and I just want to point change-detection to that service. But in order to do that I need to set up some env variables that I don’t have access to according to the documentation of this package.

Not sure if this will survive an update, but you can set up environmental variables for change detection by creating this file:

/var/www/changedetection/venv/.env

and add variables like:

WEBDRIVER_URL=http://127.0.0.1:44444

(of course replace ip with your instance)

Would really love to know how to use webdriver on the same machine.

I just gave up on this and deployed it on my coolify server, which has native support for this.