summaryrefslogtreecommitdiffhomepage
path: root/public/v2/apps/bitwardenrs.json
blob: e9e7e10e5af0cd43cd6d9995f14cfb218f0acff1 (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
{
    "captainVersion": "2",
    "documentation": "Taken from https://hub.docker.com/r/bitwardenrs/server",
    "displayName": "Bitwarden_rs",
    "description": "Lightweight fully featured Rust implementation of Bitwarden.",
    "dockerCompose": {
        "version": "3.3",
        "services": {
            "$$cap_appname": {
                "image": "bitwardenrs/server:$$cap_bitwardenrs_version",
                "containerHttpPort": "80",
                "volumes": [
                    "$$cap_appname-data:/data"
                ],
                "restart": "always"
            }
        }
    },
    "instructions": {
        "start": "This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.",
        "end": "Bitwarden_rs is deployed and available as $$cap_appname. Please give it a few minutes to boot, otherwise you will see a 502 error.\nPlease activate https and https redirect otherwise you will have error on account creation."
    },
    "variables": [{
            "id": "$$cap_bitwardenrs_version",
            "label": "Bitwarden_rs Version",
            "defaultValue": "1.15.1",
            "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/bitwardenrs/server/tags",
            "validRegex": "/^([^\\s^\\/])+$/"
        }
    ]
}