summaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
authorAmjed Ali <[email protected]>2022-01-21 04:51:55 +0530
committerGitHub <[email protected]>2022-01-20 15:21:55 -0800
commit35266adc56100a230e0b8536b85ef7ed26e131a6 (patch)
tree06115c8dda35ddd3f25cdcb90d1c6e9e0b5ec28b /public
parent124fda0fd80f535435647b4f6a277731257a6a6c (diff)
downloadcaprover-one-click-apps-35266adc56100a230e0b8536b85ef7ed26e131a6.tar.gz
caprover-one-click-apps-35266adc56100a230e0b8536b85ef7ed26e131a6.zip
Apprise (#609)
* Add Apprise * :lipstick: Formatted
Diffstat (limited to 'public')
-rw-r--r--public/v4/apps/apprise.yml29
-rw-r--r--public/v4/logos/apprise.pngbin0 -> 160907 bytes
2 files changed, 29 insertions, 0 deletions
diff --git a/public/v4/apps/apprise.yml b/public/v4/apps/apprise.yml
new file mode 100644
index 0000000..7473231
--- /dev/null
+++ b/public/v4/apps/apprise.yml
@@ -0,0 +1,29 @@
+captainVersion: 4
+services:
+ # Apprise
+ $$cap_appname:
+ image: caronc/apprise:$$cap_apprise_version
+ restart: always
+ volume:
+ - $$cap_appname-data:/config
+ caproverExtra:
+ containerHttpPort: '8000'
+
+caproverOneClickApp:
+ variables:
+ - id: $$cap_apprise_version
+ label: Apprise Version
+ defaultValue: 'v0.7.0'
+ description: Check out their docker page for the valid tags https://hub.docker.com/r/caronc/apprise/tags
+ validRegex: /^([^\s^\/])+$/
+
+ instructions:
+ start: >-
+ Apprise allows you to send a notification to almost all of the most popular notification services available to us today such as: Telegram, Discord, Slack, Amazon SNS, Gotify, etc.
+ end: >-
+ Aaaand you're done! 😄
+ Your service is available at http://$$cap_appname.$$cap_root_domain
+ displayName: 'Apprise'
+ isOfficial: true
+ description: Apprise API was designed to easily fit into existing (and new) eco-systems that are looking for a simple notification solution.
+ documentation: Taken from https://github.com/caronc/apprise-api and https://hub.docker.com/r/caronc/apprise/
diff --git a/public/v4/logos/apprise.png b/public/v4/logos/apprise.png
new file mode 100644
index 0000000..aa6824b
--- /dev/null
+++ b/public/v4/logos/apprise.png
Binary files differ