update readme
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-09-22 22:18:06 +02:00
parent f47f5b828a
commit 91b9991d15
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 5 additions and 9 deletions

View File

@ -120,7 +120,7 @@ steps:
DOCKER_USER:
from_secret: docker_username
PUSHRM_FILE: README.md
PUSHRM_SHORT: Rootless Bitwarden RS - Self-hosted password manager
PUSHRM_SHORT: Custom image for BitwardenRS password manager
PUSHRM_TARGET: thegeeklab/${DRONE_REPO_NAME}
when:
status:
@ -168,6 +168,6 @@ depends_on:
---
kind: signature
hmac: b6c2ea029f978af3d1699d2415092e7dcde2ccccaecc7b7adbdb24a5101fb4c8
hmac: e175c48501dceab6727d20e7283479ee0d5bf310da9a6d9476e1551fd9f752ad
...

View File

@ -1,6 +1,6 @@
bitwardenrs
# bitwardenrs
Rootless Bitwarden RS - Self-hosted password manager
Custom image for BitwardenRS password manager
[![Build Status](https://img.shields.io/drone/build/docker/bitwardenrs?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/docker/bitwardenrs)
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/bitwardenrs)
@ -8,7 +8,7 @@ Rootless Bitwarden RS - Self-hosted password manager
[![Source: Gitea](https://img.shields.io/badge/source-gitea-blue.svg?logo=gitea&logoColor=white)](https://gitea.rknet.org/docker/bitwardenrs)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/bitwardenrs/src/branch/master/LICENSE)
This is a custom Docker image for [bitwarden_rs](https://github.com/dani-garcia/bitwarden_rs). Bitwarden_rs 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.
This is a rootless custom Docker image for [bitwarden_rs](https://github.com/dani-garcia/bitwarden_rs). Bitwarden_rs 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.
> __WARNING__: While bitwarden_rs does not allow to compile binaries with multi DB providers, this build will only work with a PostgreSQL database backend.
@ -106,7 +106,3 @@ BITWARDENRS_SMTP_TIMEOUT=15
## License
This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/bitwardenrs/src/branch/master/LICENSE) file for details.
## Maintainers and Contributors
[Robert Kaussow](https://gitea.rknet.org/xoxys)