summaryrefslogtreecommitdiffhomepage
path: root/public/v2/apps/rainloop.json
blob: 488e130d6297538827f4bf830571c770987b2f7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
    "captainVersion": "2",
    "documentation": "Taken from https://hub.docker.com/r/hardware/rainloop",
    "displayName": "",
    "description": "RainLoop Webmail - Simple, modern & fast web-based email client",
    "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": "Check out their Docker page for the valid tags https://hub.docker.com/r/hardware/rainloop/tags",
            "defaultValue": "1.12.0",
            "validRegex": "/^([^\\s^\\/])+$/"
        }
    ]
}