From 42585e941f912d17e3177da159c3f39233669c85 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 22 Feb 2020 18:08:14 +0100 Subject: [PATCH] update readme and license --- Dockerfile | 2 +- LICENSE | 2 +- README.md | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index c504b58..fac2223 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM xoxys/alpine LABEL maintainer="Robert Kaussow " \ org.label-schema.name="bitwardenrs" \ - org.label-schema.version="1.2" \ + org.label-schema.vcs-url="https://gitea.rknet.org/docker/bitwardenrs" \ org.label-schema.vendor="Robert Kaussow" \ org.label-schema.schema-version="1.0" diff --git a/LICENSE b/LICENSE index 25618e2..bb3e998 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Robert Kaussow +Copyright (c) 2020 Robert Kaussow Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 08fba45..5776c03 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# [bitwardenrs](https://gitea.rknet.org/docker/bitwarden_rs) +# [bitwardenrs](https://gitea.rknet.org/docker/bitwardenrs) -[![Build Status](https://img.shields.io/drone/build/docker/bitwarden_rs?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/docker/bitwarden_rs) +[![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/docker-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/xoxys/bitwardenrs) -[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/docker/bitwarden_rs/src/branch/master/LICENSE) +[![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. @@ -106,10 +106,10 @@ BITWARDENRS_SMTP_AUTH_MECHANISM=Plain BITWARDENRS_SMTP_TIMEOUT=15 ``` -### License +## License -This project is licensed under the MIT License - see the [LICENSE](https://gitea.rknet.org/docker/bitwarden_rs/src/branch/master/LICENSE) file for details. +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 +## Maintainers and Contributors [Robert Kaussow](https://gitea.rknet.org/xoxys)