diff options
| author | Ben <[email protected]> | 2020-04-23 19:13:31 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-23 14:13:31 -0400 |
| commit | f1ff8d0fefa3bc58070e7d93d40df00912168a6b (patch) | |
| tree | 619206dbfab453a7aefb42c11b53b91415959d1b | |
| parent | 1e1795ba7bbed06f95690e1ff98db484e2522acb (diff) | |
| download | caprover-one-click-apps-f1ff8d0fefa3bc58070e7d93d40df00912168a6b.tar.gz caprover-one-click-apps-f1ff8d0fefa3bc58070e7d93d40df00912168a6b.zip | |
Add Bitwarden_rs (#157)
* Add Bitwarden_rs
* Fix logo filename
* use image instead of dockerfileLines
| -rw-r--r-- | public/v2/apps/bitwardenrs.json | 31 | ||||
| -rw-r--r-- | public/v2/logos/bitwardenrs.png | bin | 0 -> 25453 bytes |
2 files changed, 31 insertions, 0 deletions
diff --git a/public/v2/apps/bitwardenrs.json b/public/v2/apps/bitwardenrs.json new file mode 100644 index 0000000..80737a0 --- /dev/null +++ b/public/v2/apps/bitwardenrs.json @@ -0,0 +1,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." + }, + "variables": [{ + "id": "$$cap_bitwardenrs_version", + "label": "Bitwarden_rs Version", + "defaultValue": "1.14.2", + "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/bitwardenrs/server/tags", + "validRegex": "/^([^\\s^\\/])+$/" + } + ] +} diff --git a/public/v2/logos/bitwardenrs.png b/public/v2/logos/bitwardenrs.png Binary files differnew file mode 100644 index 0000000..bf9f59a --- /dev/null +++ b/public/v2/logos/bitwardenrs.png |
