linuxserver/apprise-api¶
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.
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.
docker-compose (recommended, click here for more info)¶
---
+ apprise-api - LinuxServer.io
LinuxServer.io apprise-api
linuxserver/apprise-api¶
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.
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.
docker-compose (recommended, click here for more info)¶
---
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
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.