diff --git a/README.md b/README.md index 47742f38e..fa909447d 100644 --- a/README.md +++ b/README.md @@ -1071,10 +1071,10 @@ SOFTWARE. [vscode-remote-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [vscode-remote-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [vscode-remote-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/tree/75f82a5 -[addon-doc-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/blob/75f82a5/README.md +[addon-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/tree/a8db2dd +[addon-doc-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/blob/a8db2dd/README.md [bitwarden-issue]: https://github.com/hassio-addons/addon-bitwarden/issues -[bitwarden-version-shield]: https://img.shields.io/badge/version-75f82a5-blue.svg +[bitwarden-version-shield]: https://img.shields.io/badge/version-a8db2dd-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 b4e78d7fa..ea3d15895 100644 --- a/bitwarden/CHANGELOG.md +++ b/bitwarden/CHANGELOG.md @@ -1,3 +1,5 @@ # Changelog since v0.18.0 +- 📚 Fix step reference in installation steps (#233) +- ⬆️ Upgrades Vaultwarden to 1.27.0 (#232) - 🔨 Migrate old-style S6 scripts to s6-rc.d (#231) - ⬆️ Upgrades add-on base image to 6.2.0 (#230) diff --git a/bitwarden/DOCS.md b/bitwarden/DOCS.md index e87df5d85..34fcc6b74 100644 --- a/bitwarden/DOCS.md +++ b/bitwarden/DOCS.md @@ -32,7 +32,7 @@ comparison to installing any other Home Assistant add-on. 1. Click the "OPEN WEB UI" button to open Vaultwarden. 1. Add `/admin` to the URL to access the admin panel, e.g., `http://hassio.local:7277/admin`. Log in using the admin token you got - in step 3. + in step 4. 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. diff --git a/bitwarden/README.md b/bitwarden/README.md index 2cb0d9b18..a6534cb76 100644 --- a/bitwarden/README.md +++ b/bitwarden/README.md @@ -58,7 +58,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-75f82a5-blue.svg -[release]: https://github.com/hassio-addons/addon-bitwarden/tree/75f82a5 +[release-shield]: https://img.shields.io/badge/version-a8db2dd-blue.svg +[release]: https://github.com/hassio-addons/addon-bitwarden/tree/a8db2dd [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 c8cee05d1..5c28a567b 100644 --- a/bitwarden/config.yaml +++ b/bitwarden/config.yaml @@ -25,5 +25,5 @@ schema: ssl: bool slug: bitwarden url: https://github.com/hassio-addons/addon-bitwarden -version: 75f82a5 +version: a8db2dd webui: '[PROTO:ssl]://[HOST]:[PORT:7277]'