From 91b9991d154412aff95d566c10838bf6029457a8 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 22 Sep 2020 22:18:06 +0200 Subject: [PATCH] update readme --- .drone.yml | 4 ++-- README.md | 10 +++------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index a4d61e2..4a6181c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ... diff --git a/README.md b/README.md index 00d5fe4..1e6cbde 100644 --- a/README.md +++ b/README.md @@ -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)