mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on Bitwarden RS 0.10.0
This commit is contained in:
parent
884a6b30eb
commit
7c0b78ea7c
5 changed files with 45 additions and 13 deletions
|
@ -754,10 +754,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.9.1
|
||||
[addon-doc-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/blob/v0.9.1/README.md
|
||||
[addon-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/tree/v0.10.0
|
||||
[addon-doc-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/blob/v0.10.0/README.md
|
||||
[bitwarden-issue]: https://github.com/hassio-addons/addon-bitwarden/issues
|
||||
[bitwarden-version-shield]: https://img.shields.io/badge/version-v0.9.1-blue.svg
|
||||
[bitwarden-version-shield]: https://img.shields.io/badge/version-v0.10.0-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
|
||||
|
|
|
@ -1,14 +1,18 @@
|
|||
## What’s changed
|
||||
|
||||
## ✨ New features
|
||||
|
||||
- Add add-on translation support @frenck (#118)
|
||||
|
||||
## 🚀 Enhancements
|
||||
|
||||
- Remove NGINX access log from Supervisor log output @frenck (#111)
|
||||
- Cleanup NGinx config @frenck (#117)
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- Apply updated repository structure & CI workflow @frenck (#116)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#104)
|
||||
- ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 @dependabot (#105)
|
||||
- ⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 @dependabot (#107)
|
||||
- ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 @dependabot (#108)
|
||||
- ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 @dependabot (#110)
|
||||
- ⬆️ Upgrades add-on base image to v4.1.4 @frenck (#112)
|
||||
- ⬆️ Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 @dependabot (#114)
|
||||
- Upgrades add-on base image to v4.2.0 @frenck (#115)
|
||||
|
|
|
@ -40,6 +40,6 @@ email, bank, and other important accounts. USE A PASSWORD MANAGER!
|
|||
[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.9.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-bitwarden/tree/v0.9.1
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.10.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-bitwarden/tree/v0.10.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-bitwarden/raw/main/images/screenshot.png
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Bitwarden RS",
|
||||
"version": "0.9.1",
|
||||
"version": "0.10.0",
|
||||
"slug": "bitwarden",
|
||||
"description": "Open source password management solution",
|
||||
"url": "https://github.com/hassio-addons/addon-bitwarden",
|
||||
|
|
28
bitwarden/translations/en.yaml
Normal file
28
bitwarden/translations/en.yaml
Normal file
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
configuration:
|
||||
log_level:
|
||||
name: Log level
|
||||
description: >-
|
||||
Controls the level of log details the add-on provides.
|
||||
ssl:
|
||||
name: SSL
|
||||
description: >-
|
||||
Enables/Disables SSL (HTTPS) on the web interface.
|
||||
certfile:
|
||||
name: Certificate file
|
||||
description: >-
|
||||
The certificate file to use for SSL. Note that this file must
|
||||
exist in the /ssl/ folder.
|
||||
keyfile:
|
||||
name: Private key file
|
||||
description: >-
|
||||
The private key file to use for SSL. Note that this file must
|
||||
exist in the /ssl/ folder.
|
||||
request_size_limit:
|
||||
name: Size limit of HTTP requests
|
||||
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.
|
||||
network:
|
||||
7277/tcp: Web interface
|
Loading…
Add table
Add a link
Reference in a new issue