Skip to content

Commit 871f68b

Browse files
Added Apprise API one click service
1 parent 3902179 commit 871f68b

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ export default defineConfig({
171171
{ text: 'Argilla', link: '/services/argilla' },
172172
{ text: 'Authentik', link: '/services/authentik' },
173173
{ text: 'Affine', link: '/services/affine' },
174+
{ text: 'Apprise API', link: '/services/apprise-api' },
174175
{ text: 'Baby Buddy', link: '/services/babybuddy' },
175176
{ text: 'Beszel', link: '/services/beszel' },
176177
{ text: 'Browserless', link: '/services/browserless' },

docs/services/apprise-api.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Apprise API"
3+
description: "Here you can find the documentation for hosting Apprise API with Coolify."
4+
---
5+
6+
# What is Apprise API?
7+
[Apprise-api](https://github.com/caronc/apprise-api) Takes advantage of [Apprise](https://github.com/caronc/apprise) through your network with a user-friendly API.
8+
9+
- Send notifications to more than 100 services.
10+
- An incredibly lightweight gateway to Apprise.
11+
- A production ready micro-service at your disposal.
12+
- A Simple Website to verify and test your configuration with.
13+
14+
Apprise API was designed to easily fit into existing (and new) eco-systems that are looking for a simple notification solution.
15+
16+
17+
## Screenshots
18+
![](https://raw.githubusercontent.com/caronc/apprise-api/master/Screenshot-2.png)
19+
20+
<br />
21+
22+
![](https://raw.githubusercontent.com/caronc/apprise-api/master/Screenshot-3.png)
23+
24+
25+
## Links
26+
27+
- [The official website ›](https://hub.docker.com/r/caronc/apprise/?utm_source=coolify.io)
28+
- [GitHub ›](https://github.com/caronc/apprise-api?utm_source=coolify.io)

0 commit comments

Comments
 (0)