From 92fcdb9bb5bfb2ffdc62aaf5b3f96ce0e34fd448 Mon Sep 17 00:00:00 2001 From: <> Date: Tue, 21 May 2024 22:41:05 +0000 Subject: [PATCH] Deployed f29bff25 with MkDocs version: 1.6.0 --- images/docker-changedetection.io/index.html | 4 ++-- images/docker-ubooquity/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/images/docker-changedetection.io/index.html b/images/docker-changedetection.io/index.html index fcedaf1ced..b4b37e7a7e 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 as of version 0.45.16 this image contains the Playwright content fetcher.

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 as of version 0.45.16 this image contains the Playwright content fetcher.

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.

---
 services:
   changedetection.io:
     image: lscr.io/linuxserver/changedetection.io:latest
@@ -48,4 +48,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

  • 09.03.24: - Build Playwright from source because Microsoft's build and packaging process is awful.
  • 08.03.24: - Build Playwright-python from source, add libjpeg.
  • 23.12.23: - Rebase to Alpine 3.19.
  • 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.
\ No newline at end of file +

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

Versions

  • 09.03.24: - Build Playwright from source because Microsoft's build and packaging process is awful.
  • 08.03.24: - Build Playwright-python from source, add libjpeg.
  • 23.12.23: - Rebase to Alpine 3.19.
  • 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.
\ No newline at end of file diff --git a/images/docker-ubooquity/index.html b/images/docker-ubooquity/index.html index edd9b390b4..090938bca7 100644 --- a/images/docker-ubooquity/index.html +++ b/images/docker-ubooquity/index.html @@ -1,4 +1,4 @@ - ubooquity - LinuxServer.io
Skip to content

linuxserver/ubooquity

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

Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.

ubooquity

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/ubooquity: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

IMPORTANT Ubooquity has now been upgraded to version 2 and for existing v1.x users we recommend cleaning your appdata and reinstalling, due to changes in the application itself making the two versions essentially incompatible with each other. Also the admin page and library pages are now on separate ports as detailed below.

Access the admin page at http://<your-ip>:2203/ubooquity/admin and set a password.

Then you can access the webui at http://<your-ip>:2202/ubooquity/

This container will automatically scan your files at startup.

MAXMEM

The quantity of memory allocated to Ubooquity depends on the hardware your are running it on. If this quantity is too small, you might sometime saturate it with when performing memory intensive operations. That’s when you get java.lang.OutOfMemoryError: Java heap space errors.

You can explicitly set the amount of memory Ubooquity is allowed to use (be careful to set a value lower than the actual physical memory of your hardware). Value is a number of megabytes ( put just a number, without MB )

If no value is set it will default to 512MB.

Usage

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

---
+ ubooquity - LinuxServer.io      

linuxserver/ubooquity

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

Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.

ubooquity

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/ubooquity: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

IMPORTANT Ubooquity has now been upgraded to version 2 and for existing v1.x users we recommend cleaning your appdata and reinstalling, due to changes in the application itself making the two versions essentially incompatible with each other. Also the admin page and library pages are now on separate ports as detailed below.

Access the admin page at http://<your-ip>:2203/ubooquity/admin and set a password.

Then you can access the webui at http://<your-ip>:2202/ubooquity/

This container will automatically scan your files at startup.

MAXMEM

The quantity of memory allocated to Ubooquity depends on the hardware your are running it on. If this quantity is too small, you might sometime saturate it with when performing memory intensive operations. That’s when you get java.lang.OutOfMemoryError: Java heap space errors.

You can explicitly set the amount of memory Ubooquity is allowed to use (be careful to set a value lower than the actual physical memory of your hardware). Value is a number of megabytes ( put just a number, without MB )

If no value is set it will default to 512MB.

Usage

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

---
 services:
   ubooquity:
     image: lscr.io/linuxserver/ubooquity:latest
@@ -54,4 +54,4 @@
   --pull \
   -t lscr.io/linuxserver/ubooquity: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

  • 20.03.24: - Rebase to Alpine 3.19.
  • 29.10.23: - Bump JRE to 17 to support v3.
  • 12.07.23: - Rebase to Alpine 3.18.
  • 04.07.23: - Deprecate armhf. As announced here
  • 05.03.23: - Rebase to Alpine 3.17.
  • 10.10.22: - Rebasing to alpine 3.16, migrate to s6v3.
  • 23.01.21: - Rebasing to alpine 3.13.
  • 01.06.20: - Rebasing to alpine 3.12.
  • 19.12.19: - Rebasing to alpine 3.11.
  • 28.06.19: - Rebasing to alpine 3.10.
  • 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
  • 22.02.19: - Rebasing to alpine 3.9.
  • 28.01.19: - Add pipeline logic and multi arch.
  • 15.10.18: - Upgrade to Ubooquity 2.1.2.
  • 23.08.18: - Rebase to alpine 3.8.
  • 09.12.17: - Rebase to alpine 3.7.
  • 07.10.17: - Upgrade to Ubooquity 2.1.1.
  • 16.07.17: - Upgrade to Ubooquity 2.1.0, see setting up application section for important info for existing v1.x users.
  • 26.05.17: - Rebase to alpine 3.6.
  • 08.04.17: - Switch to java from 3.5 repo, fixes login crashes.
  • 06.02.17: - Rebase to alpine 3.5.
  • 06.12.16: - Initial Release.
\ No newline at end of file +

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

Versions

  • 20.03.24: - Rebase to Alpine 3.19.
  • 29.10.23: - Bump JRE to 17 to support v3.
  • 12.07.23: - Rebase to Alpine 3.18.
  • 04.07.23: - Deprecate armhf. As announced here
  • 05.03.23: - Rebase to Alpine 3.17.
  • 10.10.22: - Rebasing to alpine 3.16, migrate to s6v3.
  • 23.01.21: - Rebasing to alpine 3.13.
  • 01.06.20: - Rebasing to alpine 3.12.
  • 19.12.19: - Rebasing to alpine 3.11.
  • 28.06.19: - Rebasing to alpine 3.10.
  • 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
  • 22.02.19: - Rebasing to alpine 3.9.
  • 28.01.19: - Add pipeline logic and multi arch.
  • 15.10.18: - Upgrade to Ubooquity 2.1.2.
  • 23.08.18: - Rebase to alpine 3.8.
  • 09.12.17: - Rebase to alpine 3.7.
  • 07.10.17: - Upgrade to Ubooquity 2.1.1.
  • 16.07.17: - Upgrade to Ubooquity 2.1.0, see setting up application section for important info for existing v1.x users.
  • 26.05.17: - Rebase to alpine 3.6.
  • 08.04.17: - Switch to java from 3.5 repo, fixes login crashes.
  • 06.02.17: - Rebase to alpine 3.5.
  • 06.12.16: - Initial Release.
\ No newline at end of file