diff --git a/images/docker-healthchecks/index.html b/images/docker-healthchecks/index.html index 4f37408fd8..847ca763ed 100644 --- a/images/docker-healthchecks/index.html +++ b/images/docker-healthchecks/index.html @@ -1,4 +1,4 @@ - healthchecks - LinuxServer.io
Skip to content

linuxserver/healthchecks

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

Healthchecks is a watchdog for your cron jobs. It's a web server that listens for pings from your cron jobs, plus a web interface.

healthchecks

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

Access the WebUI at :8000. For more information, check out Healthchecks.

See here for a complete list of available environment variables.

Usage

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

---
+ healthchecks - LinuxServer.io      

linuxserver/healthchecks

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

Healthchecks is a watchdog for your cron jobs. It's a web server that listens for pings from your cron jobs, plus a web interface.

healthchecks

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

Access the WebUI at :8000. For more information, check out Healthchecks.

See here for a complete list of available environment variables.

Usage

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

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

  • 24.01.24: - No longer write envs to local_settings.py. Envs will take precedence over any existing values in config file. Removed REGENERATE_SETTINGS as it is now obsolete.
  • 22.01.24: - Fix CSRF handling.
  • 23.12.23: - Rebase to Alpine 3.19.
  • 31.05.23: - Rebase to Alpine 3.18. Deprecate armhf.
  • 22.12.22: - Rebase to Alpine 3.17. Add extra deps for pycurl. Add INTEGRATIONS_ALLOW_PRIVATE_IPS.
  • 18.10.22: - Add curl-dev to fix broken pip builds.
  • 11.10.22: - Rebase to Alpine 3.16, migrate to s6v3.
  • 27.09.22: - Fix sending of Email Reports
  • 08.01.22: - Fix CSRF setting for Django 4.0 (introduced in v1.25.0)
  • 11.11.21: - Add Apprise to Docker as in v1.24.0
  • 10.09.21: - Fix creation of superuser
  • 07.08.21: - Update custom logo handling to support changes in v1.22.0
  • 11.07.21: - Rebase to Alpine 3.14.
  • 18.05.21: - Add linuxserver wheel index.
  • 11.01.21: - Add libffi-dev to allow building of python cryptography lib.
  • 19.07.20: - Rebasing to alpine 3.12, fixed 'ALLOWED_HOSTS' bug, now defaults to wildcard
  • 19.12.19: - Rebasing to alpine 3.11.
  • 31.10.19: - Add postgres client and fix config for CSRF.
  • 23.10.19: - Allow to create superuser
  • 28.06.19: - Rebasing to alpine 3.10.
  • 12.04.19: - Rebase to Alpine 3.9.
  • 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
  • 14.02.19: - Adding mysql libs needed for using a database.
  • 11.10.18: - adding pipeline logic and multi arching release
  • 15.11.17: - git pull is now in Dockerfile so each tagged container contains the same code version
  • 17.10.17: - Fixed local_settings.py output
  • 27.09.17: - Initial Release.
\ No newline at end of file +

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

Versions

  • 24.01.24: - No longer write envs to local_settings.py. Envs will take precedence over any existing values in config file. Removed REGENERATE_SETTINGS as it is now obsolete.
  • 22.01.24: - Fix CSRF handling.
  • 23.12.23: - Rebase to Alpine 3.19.
  • 31.05.23: - Rebase to Alpine 3.18. Deprecate armhf.
  • 22.12.22: - Rebase to Alpine 3.17. Add extra deps for pycurl. Add INTEGRATIONS_ALLOW_PRIVATE_IPS.
  • 18.10.22: - Add curl-dev to fix broken pip builds.
  • 11.10.22: - Rebase to Alpine 3.16, migrate to s6v3.
  • 27.09.22: - Fix sending of Email Reports
  • 08.01.22: - Fix CSRF setting for Django 4.0 (introduced in v1.25.0)
  • 11.11.21: - Add Apprise to Docker as in v1.24.0
  • 10.09.21: - Fix creation of superuser
  • 07.08.21: - Update custom logo handling to support changes in v1.22.0
  • 11.07.21: - Rebase to Alpine 3.14.
  • 18.05.21: - Add linuxserver wheel index.
  • 11.01.21: - Add libffi-dev to allow building of python cryptography lib.
  • 19.07.20: - Rebasing to alpine 3.12, fixed 'ALLOWED_HOSTS' bug, now defaults to wildcard
  • 19.12.19: - Rebasing to alpine 3.11.
  • 31.10.19: - Add postgres client and fix config for CSRF.
  • 23.10.19: - Allow to create superuser
  • 28.06.19: - Rebasing to alpine 3.10.
  • 12.04.19: - Rebase to Alpine 3.9.
  • 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
  • 14.02.19: - Adding mysql libs needed for using a database.
  • 11.10.18: - adding pipeline logic and multi arching release
  • 15.11.17: - git pull is now in Dockerfile so each tagged container contains the same code version
  • 17.10.17: - Fixed local_settings.py output
  • 27.09.17: - Initial Release.
\ No newline at end of file diff --git a/images/docker-piper/index.html b/images/docker-piper/index.html index f39466fbb7..8072dbcd29 100644 --- a/images/docker-piper/index.html +++ b/images/docker-piper/index.html @@ -1,4 +1,4 @@ - piper - LinuxServer.io
Skip to content

linuxserver/piper

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

Piper is a fast, local neural text to speech system that sounds great and is optimized for the Raspberry Pi 4. This container provides a Wyoming protocol server for Piper.

piper

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

For use with Home Assistant Assist, add the Wyoming integration and supply the hostname/IP and port that piper is running add-on."

For more information see the piper docs,

Usage

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

---
+ piper - LinuxServer.io      

linuxserver/piper

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

Piper is a fast, local neural text to speech system that sounds great and is optimized for the Raspberry Pi 4. This container provides a Wyoming protocol server for Piper.

piper

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

For use with Home Assistant Assist, add the Wyoming integration and supply the hostname/IP and port that piper is running add-on."

For more information see the piper docs,

Usage

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

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

  • 25.11.23: - Initial Release.
\ No newline at end of file +

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

Versions

  • 25.11.23: - Initial Release.
\ No newline at end of file