🎉 Release of add-on Vaultwarden (Bitwarden) 0.16.0

This commit is contained in:
Community Hass.io Add-ons Bot 2022-03-15 09:34:27 +00:00
parent ddaa0f932f
commit 41a067c103
5 changed files with 32 additions and 13 deletions

View file

@ -970,10 +970,10 @@ SOFTWARE.
[unifi-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
[unifi-i386-shield]: https://img.shields.io/badge/i386-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-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/tree/v0.16.0
[addon-doc-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/blob/v0.15.0/README.md [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-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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[bitwarden-amd64-shield]: https://img.shields.io/badge/amd64-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 [bitwarden-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,10 +1,13 @@
## Whats changed ## Whats 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 ## ⬆️ Dependency updates
- ⬆️ Upgrades add-on base image to 5.2.3 @frenck (#194) - ⬆️ Upgrades add-on base image to 5.3.0 @frenck (#199)
- ⬆️ Upgrades Vaultwarden to 1.24.0 @frenck (#195)

View file

@ -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 The installation of this add-on is pretty straightforward and not different in
comparison to installing any other Home Assistant add-on. comparison to installing any other Home Assistant add-on.
1. Search for the "Vaultwarden (Bitwarden)" add-on in the Supervisor add-on 1. Click the Home Assistant My button below to open the add-on on your Home
store and install it. 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. Start the "Vaultwarden (Bitwarden)" add-on.
1. Check the logs of the "Vaultwarden (Bitwarden)" add-on to see if everything 1. Check the logs of the "Vaultwarden (Bitwarden)" add-on to see if everything
went well and to get the admin token/password. 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. 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 Hit save in the admin panel to use the randomly generated password or
change it to one of your choosing. 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 ## 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 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. 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 [contributors]: https://github.com/hassio-addons/addon-bitwarden/graphs/contributors
[discord-ha]: https://discord.gg/c5DvZ4e [discord-ha]: https://discord.gg/c5DvZ4e
[discord]: https://discord.me/hassioaddons [discord]: https://discord.me/hassioaddons
@ -173,5 +186,7 @@ SOFTWARE.
[issue]: https://github.com/hassio-addons/addon-bitwarden/issues [issue]: https://github.com/hassio-addons/addon-bitwarden/issues
[reddit]: https://reddit.com/r/homeassistant [reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-bitwarden/releases [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 [semver]: http://semver.org/spec/v2.0.0.htm
[vaultwarden]: https://github.com/dani-garcia/vaultwarden [vaultwarden]: https://github.com/dani-garcia/vaultwarden

View file

@ -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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [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-shield]: https://img.shields.io/badge/version-v0.16.0-blue.svg
[release]: https://github.com/hassio-addons/addon-bitwarden/tree/v0.15.0 [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 [screenshot]: https://github.com/hassio-addons/addon-bitwarden/raw/main/images/screenshot.png
[vaultwarden]: https://github.com/dani-garcia/vaultwarden [vaultwarden]: https://github.com/dani-garcia/vaultwarden

View file

@ -2,6 +2,7 @@ arch:
- aarch64 - aarch64
- amd64 - amd64
- armv7 - armv7
codenotary: codenotary@frenck.dev
description: Open source password management solution description: Open source password management solution
image: ghcr.io/hassio-addons/bitwarden/{arch} image: ghcr.io/hassio-addons/bitwarden/{arch}
init: false init: false
@ -24,5 +25,5 @@ schema:
ssl: bool ssl: bool
slug: bitwarden slug: bitwarden
url: https://github.com/hassio-addons/addon-bitwarden url: https://github.com/hassio-addons/addon-bitwarden
version: 0.15.0 version: 0.16.0
webui: '[PROTO:ssl]://[HOST]:[PORT:7277]' webui: '[PROTO:ssl]://[HOST]:[PORT:7277]'