mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Vaultwarden (Bitwarden) to a8db2dd
This commit is contained in:
parent
a3275846a7
commit
abb28d7a2e
5 changed files with 9 additions and 7 deletions
|
@ -1071,10 +1071,10 @@ SOFTWARE.
|
||||||
[vscode-remote-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[vscode-remote-i386-shield]: https://img.shields.io/badge/i386-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-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/tree/a8db2dd
|
||||||
[addon-doc-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/blob/75f82a5/README.md
|
[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-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-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
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
# Changelog since v0.18.0
|
# 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)
|
- 🔨 Migrate old-style S6 scripts to s6-rc.d (#231)
|
||||||
- ⬆️ Upgrades add-on base image to 6.2.0 (#230)
|
- ⬆️ Upgrades add-on base image to 6.2.0 (#230)
|
||||||
|
|
|
@ -32,7 +32,7 @@ comparison to installing any other Home Assistant add-on.
|
||||||
1. Click the "OPEN WEB UI" button to open Vaultwarden.
|
1. Click the "OPEN WEB UI" button to open Vaultwarden.
|
||||||
1. Add `/admin` to the URL to access the admin panel, e.g.,
|
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
|
`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.
|
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.
|
||||||
|
|
|
@ -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-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-75f82a5-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-a8db2dd-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-bitwarden/tree/75f82a5
|
[release]: https://github.com/hassio-addons/addon-bitwarden/tree/a8db2dd
|
||||||
[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
|
||||||
|
|
|
@ -25,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: 75f82a5
|
version: a8db2dd
|
||||||
webui: '[PROTO:ssl]://[HOST]:[PORT:7277]'
|
webui: '[PROTO:ssl]://[HOST]:[PORT:7277]'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue