mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 12:11:29 +00:00
🎉 Release of add-on Bitwarden RS 0.6.0
This commit is contained in:
parent
fa194e8cff
commit
798665bb73
4 changed files with 16 additions and 12 deletions
|
@ -815,10 +815,10 @@ SOFTWARE.
|
|||
[appdaemon-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[appdaemon-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[appdaemon-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/tree/v0.5.1
|
||||
[addon-doc-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/blob/v0.5.1/README.md
|
||||
[addon-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/tree/v0.6.0
|
||||
[addon-doc-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/blob/v0.6.0/README.md
|
||||
[bitwarden-issue]: https://github.com/hassio-addons/addon-bitwarden/issues
|
||||
[bitwarden-version-shield]: https://img.shields.io/badge/version-v0.5.1-blue.svg
|
||||
[bitwarden-version-shield]: https://img.shields.io/badge/version-v0.6.0-blue.svg
|
||||
[bitwarden-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/bitwarden-amd64.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
|
||||
|
|
|
@ -4,9 +4,13 @@ This is a general maintenance release.
|
|||
|
||||
### 🔨 Changes
|
||||
|
||||
- :arrow_up: Upgrades Bitwarden RS to 1.13.1
|
||||
- :hammer: Update add-on config with new password & list features
|
||||
- :books: Update add-on documentation to use new YAML configuration format
|
||||
- :hammer: Re-branding
|
||||
- :arrow_up: Upgrades add-on base image to v3.0.1
|
||||
- :hammer: Update community forum links
|
||||
|
||||
[changelog]: https://github.com/hassio-addons/addon-bitwarden/compare/v0.5.0...v0.5.1
|
||||
[changelog]: https://github.com/hassio-addons/addon-bitwarden/compare/v0.5.1...v0.6.0
|
||||
|
||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
||||
Enjoying my add-ons? Consider supporting my work:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Community Hass.io Add-ons: Bitwarden RS
|
||||
# Home Assistant Community Add-on: Bitwarden RS
|
||||
|
||||
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
|
||||
|
||||
|
@ -34,15 +34,15 @@ email, bank, and other important accounts. USE A PASSWORD MANAGER!
|
|||
[bitwarden-rs]: https://github.com/dani-garcia/bitwarden_rs
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[docs]: https://github.com/hassio-addons/addon-bitwarden/blob/v0.5.1/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-bitwarden/blob/v0.6.0/README.md
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-bitwarden-rs/115573?u=frenck
|
||||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-bitwarden-rs/115573?u=frenck
|
||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||
[github-sponsors]: https://github.com/sponsors/frenck
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
|
||||
[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.5.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-bitwarden/tree/v0.5.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.6.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-bitwarden/tree/v0.6.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-bitwarden/raw/master/images/screenshot.png
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Bitwarden RS",
|
||||
"version": "0.5.1",
|
||||
"version": "0.6.0",
|
||||
"slug": "bitwarden",
|
||||
"description": "Open source password management solution",
|
||||
"url": "https://github.com/hassio-addons/addon-bitwarden",
|
||||
|
@ -29,7 +29,7 @@
|
|||
"keyfile": "privkey.pem"
|
||||
},
|
||||
"schema": {
|
||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
|
||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
|
||||
"ssl": "bool",
|
||||
"certfile": "str",
|
||||
"keyfile": "str",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue