From 97d6a28b85e7ed9e08b73626d9dd777ba4c6e05b Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 22 Sep 2020 22:20:18 +0200 Subject: [PATCH] update readme --- .drone.yml | 4 ++-- README.md | 8 ++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index d6ea5db..fbdc797 100644 --- a/.drone.yml +++ b/.drone.yml @@ -111,7 +111,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 the BitwardenRS LDAP connector PUSHRM_TARGET: thegeeklab/${DRONE_REPO_NAME} when: status: @@ -159,6 +159,6 @@ depends_on: --- kind: signature -hmac: cc8a074c830055ba5b1da1d6238a9f56547502624dfe50e8596be791597649b2 +hmac: aeb0c557db03c3bf66ffc10844b18da59c3b8facf7f0467213f5750161ac11fb ... diff --git a/README.md b/README.md index 9319de1..2b71a93 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # bitwardenrs_ldap -Rootless Bitwarden_RS - Self-hosted password manager +Custom image for the BitwardenRS LDAP connector [![Build Status](https://img.shields.io/drone/build/docker/bitwardenrs_ldap?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/docker/bitwardenrs_ldap) [![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/bitwardenrs_ldap) @@ -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_ldap) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/bitwardenrs_ldap/src/branch/master/LICENSE) -This is a custom Docker image for [bitwarden_rs_ldap](https://github.com/ViViDboarder/bitwarden_rs_ldap) a simple LDAP connector for bitwarden_rs. +This is a rootless custom Docker image for [bitwarden_rs_ldap](https://github.com/ViViDboarder/bitwarden_rs_ldap) a simple LDAP connector for bitwarden_rs. ## Usage @@ -86,7 +86,3 @@ BITWARDENRS_LDAP_SYNC_LOOP=True ## License This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/bitwardenrs_ldap/src/branch/master/LICENSE) file for details. - -## Maintainers and Contributors - -[Robert Kaussow](https://gitea.rknet.org/xoxys)