← Tous les guides
changedetection.io
changedetection.io monitors web pages for content, visual, or JSON changes and can notify you via dozens of services when something changes, officially distributed as a Docker image.
Ce guide est élaboré à partir de la documentation officielle de changedetection.io, dont le lien figure ci-dessus — vérifiez toujours les noms exacts des paquets/versions avant d'exécuter ces commandes sur un serveur de production, car les versions de la distribution et du projet évoluent avec le temps.
1Run the container
docker run -d --restart always -p "127.0.0.1:5000:5000" -v datastore-volume:/datastore --name changedetection.io dgtlmoon/changedetection.ioAn alternate registry is available at ghcr.io/dgtlmoon/changedetection.io. Use the :dev tag for the bleeding-edge branch.
2Docker Compose alternative
Clone the repository, which ships a ready-to-use docker-compose.yml, and bring the stack up with one command.
git clone https://github.com/dgtlmoon/changedetection.io.gitcd changedetection.iodocker compose up -d3First use
Open the web UI and add your first watch by pasting a URL.
Default access: http://127.0.0.1:5000