MirrorNest
← Alle Anleitungen

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.

Zielsystem: Any Docker hostMonitoringOffizielle Website ↗Offizielle Dokumentation ↗
Diese Anleitung basiert auf der offiziellen Dokumentation von changedetection.io, oben verlinkt — überprüfe dort immer die genauen Paket-/Versionsnamen, bevor du diese Befehle auf einem Produktionsserver ausführst, da sich Distributions- und Projektversionen mit der Zeit ändern.
  1. 1Run the container

    docker run -d --restart always -p "127.0.0.1:5000:5000" -v datastore-volume:/datastore --name changedetection.io dgtlmoon/changedetection.io

    An alternate registry is available at ghcr.io/dgtlmoon/changedetection.io. Use the :dev tag for the bleeding-edge branch.

  2. 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.git
    cd changedetection.io
    docker compose up -d
  3. 3First use

    Open the web UI and add your first watch by pasting a URL.

    Default access: http://127.0.0.1:5000