⬆️ Updating add-on Vaultwarden (Bitwarden) to f037661

This commit is contained in:
Community Hass.io Add-ons Bot 2021-11-04 10:16:45 +00:00
parent 97d66abea3
commit 23c1038a7e
6 changed files with 27 additions and 43 deletions

View file

@ -1016,10 +1016,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/1ff9364
[addon-doc-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/blob/1ff9364/README.md
[addon-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/tree/f037661
[addon-doc-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/blob/f037661/README.md
[bitwarden-issue]: https://github.com/hassio-addons/addon-bitwarden/issues
[bitwarden-version-shield]: https://img.shields.io/badge/version-1ff9364-blue.svg
[bitwarden-version-shield]: https://img.shields.io/badge/version-f037661-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

View file

@ -1,6 +1,26 @@
# Changelog since v0.13.0
- Switch to centralized GitHub Action Workflows (#179)
- ⬆️ Upgrades libmariadb-dev-compat to 1:10.5.12-0+deb11u1 (#181)
- ⬆️ Upgrades libpq5 to 13.4-0+deb11u1 (#180)
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 (#174)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Upgrades add-on base image to 5.1.1 (#172)
- ⬆ Upgrade lock-threads workflow to 3.0.0 (#173)
- ⬆ Upgrade lock-threads workflow to 3.0.0 (#173)
- ⬆️ Bump frenck/action-addon-linter from 2.3 to 2.4.1 (#169)
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.3 to 2.4.1.

View file

@ -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-1ff9364-blue.svg
[release]: https://github.com/hassio-addons/addon-bitwarden/tree/1ff9364
[release-shield]: https://img.shields.io/badge/version-f037661-blue.svg
[release]: https://github.com/hassio-addons/addon-bitwarden/tree/f037661
[screenshot]: https://github.com/hassio-addons/addon-bitwarden/raw/main/images/screenshot.png
[vaultwarden]: https://github.com/dani-garcia/vaultwarden

View file

@ -1,6 +1,6 @@
{
"name": "Vaultwarden (Bitwarden)",
"version": "1ff9364",
"version": "f037661",
"slug": "bitwarden",
"description": "Open source password management solution",
"url": "https://github.com/hassio-addons/addon-bitwarden",

View file

@ -1,18 +0,0 @@
configuration:
certfile:
description: 'The certificate file to use for SSL. Note that this file must exist in the /ssl/ folder.'
name: 'Certificate file'
keyfile:
description: 'The private key file to use for SSL. Note that this file must exist in the /ssl/ folder.'
name: 'Private key file'
log_level:
description: 'Controls the level of log details the add-on provides.'
name: 'Log level'
request_size_limit:
description: 'Optionally set the size limit of HTTP requests on the API of Bitwarden RS. This might be needed to support larger imports. The default is 10485760, which is 10MB.'
name: 'Size limit of HTTP requests'
ssl:
description: 'Enables/Disables SSL (HTTPS) on the web interface.'
name: SSL
network:
7277/tcp: 'Web interface'

View file

@ -1,18 +0,0 @@
configuration:
certfile:
description: 'The certificate file to use for SSL. Note that this file must exist in the /ssl/ folder.'
name: 'Certificate file'
keyfile:
description: 'The private key file to use for SSL. Note that this file must exist in the /ssl/ folder.'
name: 'Private key file'
log_level:
description: 'Bepaalt het niveau van de logs die de add-on toont.'
name: 'Log niveau'
request_size_limit:
description: 'Optionally set the size limit of HTTP requests on the API of Bitwarden RS. This might be needed to support larger imports. The default is 10485760, which is 10MB.'
name: 'Size limit of HTTP requests'
ssl:
description: 'Enables/Disables SSL (HTTPS) on the web interface.'
name: SSL
network:
7277/tcp: Webinterface