diff --git a/images/docker-changedetection.io/index.html b/images/docker-changedetection.io/index.html index a4aeee08ea..8f99889948 100644 --- a/images/docker-changedetection.io/index.html +++ b/images/docker-changedetection.io/index.html @@ -1,4 +1,4 @@ - changedetection.io - LinuxServer.io
Skip to content

linuxserver/changedetection.io

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Changedetection.io provides free, open-source web page monitoring, notification and change detection.

changedetection.io

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/changedetection.io:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

Webui is accessible at http://SERVERIP:PORT

Please note that this image does not contain the Playwright content fetcher due to a lack of support for muslc-based systems. If you require this feature please use Selenium or the official container

For more info read the wiki.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
+ changedetection.io - LinuxServer.io       

linuxserver/changedetection.io

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Changedetection.io provides free, open-source web page monitoring, notification and change detection.

changedetection.io

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/changedetection.io:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

Webui is accessible at http://SERVERIP:PORT

Please note that this image does not contain the Playwright content fetcher due to a lack of support for muslc-based systems. If you require this feature please use Selenium or the official container

For more info read the wiki.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
 version: "2.1"
 services:
   changedetection:
@@ -51,4 +51,4 @@
   --pull \
   -t lscr.io/linuxserver/changedetection.io:latest .
 

The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static

docker run --rm --privileged multiarch/qemu-user-static:register --reset
-

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 10.08.23: - Add poppler-utils for pdf conversion tools.
  • 11.06.23: - Rebase to Alpine 3.18, deprecate armhf.
  • 05.03.23: - Rebase to Alpine 3.17.
  • 23.10.22: - Rebase to Alpine 3.16, migrate to s6v3.
  • 09.10.22: - Add make as build dep to fix pip jq build on armhf.
  • 07.08.22: - Initial release.

Last update: October 11, 2023
Created: February 5, 2019
\ No newline at end of file +

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 10.08.23: - Add poppler-utils for pdf conversion tools.
  • 11.06.23: - Rebase to Alpine 3.18, deprecate armhf.
  • 05.03.23: - Rebase to Alpine 3.17.
  • 23.10.22: - Rebase to Alpine 3.16, migrate to s6v3.
  • 09.10.22: - Add make as build dep to fix pip jq build on armhf.
  • 07.08.22: - Initial release.

Last update: November 22, 2023
Created: February 5, 2019
\ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index edc1f1feb6..03f215641e 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ