diff options
| author | Simon Belbeoch <[email protected]> | 2022-12-01 02:47:43 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-30 17:47:43 -0800 |
| commit | f8d70b7608086e47154074305a38078917665a9b (patch) | |
| tree | 999f489dd423283593a6ae6c9b521bd21feb32f1 /public/v4/apps/gotify.yml | |
| parent | 5848a976819adbd5ee0cf7f05cdfeccb83ef5834 (diff) | |
| download | caprover-one-click-apps-f8d70b7608086e47154074305a38078917665a9b.tar.gz caprover-one-click-apps-f8d70b7608086e47154074305a38078917665a9b.zip | |
FEAT: add gotify (#715)
* FEAT: add gotify
* fix(lint): fix lint for gotify
Diffstat (limited to 'public/v4/apps/gotify.yml')
| -rw-r--r-- | public/v4/apps/gotify.yml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/public/v4/apps/gotify.yml b/public/v4/apps/gotify.yml new file mode 100644 index 0000000..3ec7ef4 --- /dev/null +++ b/public/v4/apps/gotify.yml @@ -0,0 +1,26 @@ +captainVersion: 4 +services: + '$$cap_appname': + image: gotify/server:$$cap_version + volumes: + - '$$cap_appname-data:/app/data' + - '$$cap_appname-config:/etc/gotify/' +caproverOneClickApp: + variables: + - id: '$$cap_version' + label: Gotify Version + defaultValue: '2.1.7' + description: Check out their Docker page for the valid tags https://hub.docker.com/r/gotify/server/tags + validRegex: "/^([^\\s^\\/])+$/" + instructions: + start: |- + Gotify is a simple server for sending and receiving messages + More details: https://gotify.net/ + end: |- + Gotify has been successfully deployed! + First you need to enable websocket. + Then, log into your instance during the next minutes with user admin password admin and change this password. + displayName: Gotify + isOfficial: true + description: Gotify is a simple server for sending and receiving messages. + documentation: See https://github.com/gotify |
