diff --git a/images/docker-apprise-api/index.html b/images/docker-apprise-api/index.html index ab435dbcf2..8c7c2d8790 100644 --- a/images/docker-apprise-api/index.html +++ b/images/docker-apprise-api/index.html @@ -1,4 +1,4 @@ - apprise-api - LinuxServer.io
Skip to content

linuxserver/apprise-api

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

Apprise-api Takes advantage of Apprise through your network with a user-friendly API.

  • Send notifications to more then 65+ services.
  • An incredibly lightweight gateway to Apprise.
  • A production ready micro-service at your disposal.

Apprise API was designed to easily fit into existing (and new) eco-systems that are looking for a simple notification solution.

apprise-api

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/apprise-api: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

Usage

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

---
+ apprise-api - LinuxServer.io      

linuxserver/apprise-api

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

Apprise-api Takes advantage of Apprise through your network with a user-friendly API.

  • Send notifications to more then 65+ services.
  • An incredibly lightweight gateway to Apprise.
  • A production ready micro-service at your disposal.

Apprise API was designed to easily fit into existing (and new) eco-systems that are looking for a simple notification solution.

apprise-api

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/apprise-api: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

Usage

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

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

  • 23.12.23: - Rebase to Alpine 3.19.
  • 10.07.23: - Rebase to Alpine 3.18.
  • 01.07.23: - Deprecate armhf. As announced here
  • 11.02.23: - Rebase to Alpine 3.17.
  • 17.10.22: - Rebase to alpine 3.16, migrate to S6V3
  • 28.02.21: - Rebase to alpine 3.15.
  • 03.11.21: - Increase uWSGI buffer size to 32kb.
  • 16.05.21: - Add linuxserver wheel index.
  • 26.02.21: - Initial Release.
\ No newline at end of file +

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

Versions

  • 23.12.23: - Rebase to Alpine 3.19.
  • 10.07.23: - Rebase to Alpine 3.18.
  • 01.07.23: - Deprecate armhf. As announced here
  • 11.02.23: - Rebase to Alpine 3.17.
  • 17.10.22: - Rebase to alpine 3.16, migrate to S6V3
  • 28.02.21: - Rebase to alpine 3.15.
  • 03.11.21: - Increase uWSGI buffer size to 32kb.
  • 16.05.21: - Add linuxserver wheel index.
  • 26.02.21: - Initial Release.
\ No newline at end of file