summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJakub VanÄ›k <[email protected]>2019-03-17 16:42:49 +0100
committerKasra Bigdeli <[email protected]>2019-03-17 08:42:49 -0700
commitfba47e9cd15f45ef1e46fc8f933cc3040119be5e (patch)
tree0c2a21232ce995c7b0eb3670ac9025231fcd0937
parent926e2387dc03e42e5178fe33aeae790fff63c99a (diff)
downloadcaprover-one-click-apps-fba47e9cd15f45ef1e46fc8f933cc3040119be5e.tar.gz
caprover-one-click-apps-fba47e9cd15f45ef1e46fc8f933cc3040119be5e.zip
Create rainloop.json (#38)
-rw-r--r--public/v1/apps/rainloop.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/public/v1/apps/rainloop.json b/public/v1/apps/rainloop.json
new file mode 100644
index 0000000..c051e9d
--- /dev/null
+++ b/public/v1/apps/rainloop.json
@@ -0,0 +1,33 @@
+{
+ "captainVersion": "1",
+ "documentation": "Taken from https://hub.docker.com/r/hardware/rainloop",
+ "dockerCompose": {
+ "version": "2",
+ "services": {
+ "$$cap_appname": {
+ "image": "hardware/rainloop:$$cap_rainloop_version",
+ "containerHttpPort": "8888",
+ "restart": "always",
+ "volumes": [
+ "$$cap_appname-data:/rainloop/data"
+ ]
+ }
+ },
+ "volumes": {
+ "$$cap_appname-data": {}
+ }
+ },
+ "instructions": {
+ "start": "Rainloop is a simple, modern & fast web-based email client. \n\n For initial configuration, see https://www.rainloop.net/docs/configuration/",
+ "end": "Rainloop is deployed and available as $$cap_appname. \n\n It will take about a minute for Rainloop to be ready. Before that, you might see 502 error page."
+ },
+ "variables": [
+ {
+ "id": "$$cap_rainloop_version",
+ "label": "Rainloop Version",
+ "description": "Checkout their docker page for the valid tags https://hub.docker.com/r/hardware/rainloop/tags",
+ "defaultValue": "latest",
+ "validRegex": "/^([^\\s^\\/])+$/"
+ }
+ ]
+}