Merge pull request #37 from SelfhostedPro/adding_apps

Added Bitwarden-rs app
This commit is contained in:
SelfhostedPro 2020-06-07 12:15:13 -07:00 committed by GitHub
commit 6e2429eaee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

BIN
Images/bitwarden.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -23,6 +23,30 @@
} }
] ]
}, },
{
"type": 1,
"title": "Bitwarden_rs",
"name": "Bitwarden_rs",
"description": "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..",
"note": "This project is not associated with the Bitwarden project nor 8bit Solutions LLC.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bitwarden.png",
"image": "bitwardenrs/server:latest",
"categories": [
"Other",
"Tools"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"ports": [
":80/tcp"
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Bitwarden-rs"
}
]
},
{ {
"type": 1, "type": 1,
"title": "Pi-Hole", "title": "Pi-Hole",