🎉 Release of add-on Home Panel 2.3.1

This commit is contained in:
Community Hass.io Add-ons Bot 2021-11-09 16:55:20 +00:00
parent 23d8fed848
commit 7147f412db
5 changed files with 51 additions and 56 deletions

View file

@ -795,10 +795,10 @@ SOFTWARE.
[grocy-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[grocy-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[grocy-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-home-panel]: https://github.com/hassio-addons/addon-home-panel/tree/v2.3.0
[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/v2.3.0/README.md
[addon-home-panel]: https://github.com/hassio-addons/addon-home-panel/tree/v2.3.1
[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/v2.3.1/README.md
[home-panel-issue]: https://github.com/hassio-addons/addon-home-panel/issues
[home-panel-version-shield]: https://img.shields.io/badge/version-v2.3.0-blue.svg
[home-panel-version-shield]: https://img.shields.io/badge/version-v2.3.1-blue.svg
[home-panel-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[home-panel-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[home-panel-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -2,20 +2,23 @@
## 🚀 Enhancements
- 🔑 Update NGINX SSL parameters @frenck (#134)
- 🏎 Enable streaming mode for Ingress @frenck (#135)
- Migrate JSON config to YAML @frenck (#156)
## 🧰 Maintenance
- 🚀 Add-on CI improvements @frenck (#131)
## 📚 Documentation
- 🚑 Fix contributing link in readme @frenck (#133)
- Switch to centralized GitHub Action Workflows @frenck (#155)
- Update Home Panel to v2.11.6 @timmo001 (#158)
## ⬆️ Dependency updates
- Bump frenck/action-addon-linter from 2.1 to 2.2 @dependabot (#129)
- Bump actions/stale from 3.0.19 to 4 @dependabot (#130)
- ⬆️ Upgrades nodejs-current to 16.6.0-r0 @frenck (#132)
- ⬆️ Upgrades add-on base image to v10.0.1 @frenck (#136)
- Bump dessant/lock-threads from 2.1.1 to 2.1.2 @dependabot (#137)
- Bump docker/build-push-action from 2.6.1 to 2.7.0 @dependabot (#138)
- Bump frenck/action-addon-linter from 2.2 to 2.3 @dependabot (#139)
- Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 @dependabot (#141)
- Bump creyD/prettier_action from 3.3 to 4.0 @dependabot (#142)
- ⬆️ Upgrades openssl to 1.1.1l-r0 @frenck (#143)
- ⬆️ Upgrades add-on base image to 10.1.0 @frenck (#144)
- Bump frenck/action-addon-linter from 2.3 to 2.4.1 @dependabot (#147)
- Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot (#149)
- ⬆️ Upgrades nodejs-current to 16.11.1-r0 @frenck (#154)
- ⬆️ Upgrades add-on base image to 10.2.0 @frenck (#157)

View file

@ -48,8 +48,8 @@ If you are more interested in stable releases of our add-ons:
[home-panel]: https://github.com/timmo001/home-panel
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v2.3.0-blue.svg
[release]: https://github.com/hassio-addons/addon-home-panel/tree/v2.3.0
[release-shield]: https://img.shields.io/badge/version-v2.3.1-blue.svg
[release]: https://github.com/hassio-addons/addon-home-panel/tree/v2.3.1
[screen-configuration-main]: https://raw.githubusercontent.com/timmo001/home-panel/master/documentation/resources/screen-configuration-main.png
[screen-main]: https://raw.githubusercontent.com/timmo001/home-panel/master/documentation/resources/screen-main.png
[showcase-purple-space]: https://raw.githubusercontent.com/timmo001/home-panel/master/documentation/docs/showcase/timmo/purple-space.png

View file

@ -1,40 +0,0 @@
{
"name": "Home Panel",
"version": "2.3.0",
"slug": "home-panel",
"description": "A web frontend for controlling the home",
"url": "https://github.com/hassio-addons/addon-home-panel",
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7",
"i386"
],
"init": false,
"ingress": true,
"ingress_stream": true,
"panel_icon": "mdi:home",
"ports": {
"80/tcp": null
},
"ports_description": {
"80/tcp": "Web UI (Not required for Ingress)"
},
"map": [
"config:rw",
"ssl"
],
"options": {
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
"schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"ssl": "bool",
"certfile": "str",
"keyfile": "str"
},
"image": "ghcr.io/hassio-addons/home-panel/{arch}"
}

32
home-panel/config.yaml Normal file
View file

@ -0,0 +1,32 @@
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
description: A web frontend for controlling the home
image: ghcr.io/hassio-addons/home-panel/{arch}
ingress: true
ingress_stream: true
init: false
map:
- config:rw
- ssl
name: Home Panel
options:
certfile: fullchain.pem
keyfile: privkey.pem
ssl: true
panel_icon: mdi:home
ports:
80/tcp: null
ports_description:
80/tcp: Web UI (Not required for Ingress)
schema:
certfile: str
keyfile: str
log_level: list(trace|debug|info|notice|warning|error|fatal)?
ssl: bool
slug: home-panel
url: https://github.com/hassio-addons/addon-home-panel
version: 2.3.1