diff --git a/README.md b/README.md index 7ac47411..d2eba84a 100644 --- a/README.md +++ b/README.md @@ -970,10 +970,10 @@ SOFTWARE. [unifi-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [unifi-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg [unifi-i386-shield]: https://img.shields.io/badge/i386-no-red.svg -[addon-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/tree/v0.15.0 -[addon-doc-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/blob/v0.15.0/README.md +[addon-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/tree/v0.16.0 +[addon-doc-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/blob/v0.16.0/README.md [bitwarden-issue]: https://github.com/hassio-addons/addon-bitwarden/issues -[bitwarden-version-shield]: https://img.shields.io/badge/version-v0.15.0-blue.svg +[bitwarden-version-shield]: https://img.shields.io/badge/version-v0.16.0-blue.svg [bitwarden-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [bitwarden-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [bitwarden-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/bitwarden/CHANGELOG.md b/bitwarden/CHANGELOG.md index 191d8b58..143f269c 100644 --- a/bitwarden/CHANGELOG.md +++ b/bitwarden/CHANGELOG.md @@ -1,10 +1,13 @@ ## What’s changed -## 🧰 Maintenance +## πŸš€ Enhancements -- πŸŽ† Updates maintenance/license year to 2022 @frenck (#193) +- πŸ”’ Sign add-on with Codenotary Community Attestation Service (CAS) @frenck (#200) + +## πŸ“š Documentation + +- πŸ“š Add My buttons to documentation @frenck (#202) ## ⬆️ Dependency updates -- ⬆️ Upgrades add-on base image to 5.2.3 @frenck (#194) -- ⬆️ Upgrades Vaultwarden to 1.24.0 @frenck (#195) +- ⬆️ Upgrades add-on base image to 5.3.0 @frenck (#199) diff --git a/bitwarden/DOCS.md b/bitwarden/DOCS.md index 6a0869fa..cd3a6e66 100644 --- a/bitwarden/DOCS.md +++ b/bitwarden/DOCS.md @@ -20,8 +20,12 @@ email, bank, and other important accounts. USE A PASSWORD MANAGER! The installation of this add-on is pretty straightforward and not different in comparison to installing any other Home Assistant add-on. -1. Search for the "Vaultwarden (Bitwarden)" add-on in the Supervisor add-on - store and install it. +1. Click the Home Assistant My button below to open the add-on on your Home + Assistant instance. + + [![Open this add-on in your Home Assistant instance.][addon-badge]][addon] + +1. Click the "Install" button to install the add-on. 1. Start the "Vaultwarden (Bitwarden)" add-on. 1. Check the logs of the "Vaultwarden (Bitwarden)" add-on to see if everything went well and to get the admin token/password. @@ -32,7 +36,14 @@ comparison to installing any other Home Assistant add-on. 1. The admin/token in the logs is only shown until it is saved or changed. Hit save in the admin panel to use the randomly generated password or change it to one of your choosing. -1. Be sure to store your admin token somewhere safe. +1. Be sure to store your admin token somewhere safe. **The add-on will never + show it again!** + +Home Assistant, by default, ships with the Community Add-ons store installed. +However, if it is missing (for any reason), you can add it by clicking the +button My button below. + +[![Add repository to your Home Assitant instance.][repository-badge]][repository] ## Configuration @@ -165,6 +176,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +[addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg +[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_bitwarden [contributors]: https://github.com/hassio-addons/addon-bitwarden/graphs/contributors [discord-ha]: https://discord.gg/c5DvZ4e [discord]: https://discord.me/hassioaddons @@ -173,5 +186,7 @@ SOFTWARE. [issue]: https://github.com/hassio-addons/addon-bitwarden/issues [reddit]: https://reddit.com/r/homeassistant [releases]: https://github.com/hassio-addons/addon-bitwarden/releases +[repository-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg +[repository]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository [semver]: http://semver.org/spec/v2.0.0.htm [vaultwarden]: https://github.com/dani-garcia/vaultwarden diff --git a/bitwarden/README.md b/bitwarden/README.md index e97515ad..f737c0fb 100644 --- a/bitwarden/README.md +++ b/bitwarden/README.md @@ -55,7 +55,7 @@ If you are more interested in stable releases of our add-ons: [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.15.0-blue.svg -[release]: https://github.com/hassio-addons/addon-bitwarden/tree/v0.15.0 +[release-shield]: https://img.shields.io/badge/version-v0.16.0-blue.svg +[release]: https://github.com/hassio-addons/addon-bitwarden/tree/v0.16.0 [screenshot]: https://github.com/hassio-addons/addon-bitwarden/raw/main/images/screenshot.png [vaultwarden]: https://github.com/dani-garcia/vaultwarden diff --git a/bitwarden/config.yaml b/bitwarden/config.yaml index 93b1a3f2..2f84e13b 100644 --- a/bitwarden/config.yaml +++ b/bitwarden/config.yaml @@ -2,6 +2,7 @@ arch: - aarch64 - amd64 - armv7 +codenotary: codenotary@frenck.dev description: Open source password management solution image: ghcr.io/hassio-addons/bitwarden/{arch} init: false @@ -24,5 +25,5 @@ schema: ssl: bool slug: bitwarden url: https://github.com/hassio-addons/addon-bitwarden -version: 0.15.0 +version: 0.16.0 webui: '[PROTO:ssl]://[HOST]:[PORT:7277]'