diff --git a/README.md b/README.md index eb9e48f9..f263bef7 100644 --- a/README.md +++ b/README.md @@ -795,10 +795,10 @@ SOFTWARE. [happy-bubbles-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [happy-bubbles-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [happy-bubbles-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-home-panel]: https://github.com/hassio-addons/addon-home-panel/tree/v0.3.2 -[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/v0.3.2/README.md +[addon-home-panel]: https://github.com/hassio-addons/addon-home-panel/tree/v0.4.0 +[addon-doc-home-panel]: https://github.com/hassio-addons/addon-home-panel/blob/v0.4.0/README.md [home-panel-issue]: https://github.com/hassio-addons/addon-home-panel/issues -[home-panel-version-shield]: https://img.shields.io/badge/version-v0.3.2-blue.svg +[home-panel-version-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg [home-panel-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/home-panel-armhf.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 diff --git a/home-panel/CHANGELOG.md b/home-panel/CHANGELOG.md index e149fcc0..8d3b6a15 100644 --- a/home-panel/CHANGELOG.md +++ b/home-panel/CHANGELOG.md @@ -1,12 +1,22 @@ [![GitLab CI][gitlabci-shield]][gitlabci] +This version adds ingress support. :tada: Please note that the ports setup has changed in this release to default to using ingress only for the frontend. To go back to the traditional setup, map a preferred port in the network section. + +Also note, that the API does not support ingress as of yet, so you will only be able to access the app remotely if you forward the API port like before. + ## Changes -- 816fffd :arrow_up: Update to base image v3.1.0 -- 75c4911 :arrow_up: Update to Home Panel v0.9.0 +- 3ed0640 :arrow_up: Update Home Panel to v0.9.1 +- d2a7e15 :books: Standarizes supported architectures badges (#18) +- 8698a76 :fire: Improves add-on configuration (#19) +- b68d5d9 :hammer: :sparkles: Rewrite nginx and add ingress support +- cefe6d6 :arrow_up: Update Home Panel to v0.9.2 +- 9216465 :books: Remove legacy screenshot +- ca726bb :ambulance: Restore bashio access to config +- 562a748 :rocket: Update base to v3.1.0 [Full Changelog][changelog] -[changelog]: https://github.com/hassio-addons/addon-home-panel/compare/v0.3.1...v0.3.2 -[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-home-panel/badges/v0.3.2/pipeline.svg -[gitlabci]: https://gitlab.com/hassio-addons/addon-home-panel/pipelines \ No newline at end of file +[changelog]: https://github.com/hassio-addons/addon-home-panel/compare/v0.3.2...v0.4.0 +[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-home-panel/badges/v0.4.0/pipeline.svg +[gitlabci]: https://gitlab.com/hassio-addons/addon-home-panel/pipelines diff --git a/home-panel/README.md b/home-panel/README.md index c519f80e..83dc540b 100644 --- a/home-panel/README.md +++ b/home-panel/README.md @@ -47,7 +47,7 @@ If you are more interested in stable releases of our add-ons: [buymeacoffee]: https://www.buymeacoffee.com/frenck [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons -[docs]: https://github.com/hassio-addons/addon-home-panel/blob/v0.3.2/README.md +[docs]: https://github.com/hassio-addons/addon-home-panel/blob/v0.4.0/README.md [forest-theme]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/forest-theme.png [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/home-panel-a-touch-compatible-webapp-for-controlling-the-home/62597?u=timmo001 @@ -57,5 +57,5 @@ If you are more interested in stable releases of our add-ons: [midnight-theme]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/midnight-theme.png [more-info-light]: https://raw.githubusercontent.com/timmo001/home-panel/master/docs/resources/more-info-light.png [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[release-shield]: https://img.shields.io/badge/version-v0.3.2-blue.svg -[release]: https://github.com/hassio-addons/addon-home-panel/tree/v0.3.2 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.4.0-blue.svg +[release]: https://github.com/hassio-addons/addon-home-panel/tree/v0.4.0 \ No newline at end of file diff --git a/home-panel/config.json b/home-panel/config.json index 361c5009..6d5e9aad 100644 --- a/home-panel/config.json +++ b/home-panel/config.json @@ -1,10 +1,10 @@ { "name": "Home Panel", - "version": "0.3.2", + "version": "0.4.0", "slug": "home-panel", - "description": "A touch-compatible web frontend for controlling the home.", + "description": "A touch-compatible web frontend for controlling the home", "url": "https://github.com/hassio-addons/addon-home-panel", - "webui": "[PROTO:ssl]://[HOST]:[PORT:8234]", + "webui": "[PROTO:ssl]://[HOST]:[PORT:80]", "startup": "application", "arch": [ "aarch64", @@ -17,29 +17,32 @@ "hassio_role": "default", "hassio_api": true, "homeassistant_api": true, - "host_network": false, + "ingress": true, + "ingress_port": 1337, + "panel_icon": "mdi:home", + "homeassistant": "0.92.0b2", "ports": { - "3234/tcp": 3234, - "8234/tcp": 8234 + "80/tcp": null, + "3234/tcp": 3234 + }, + "ports_description": { + "80/tcp": "Web UI (Not required for Hass.io Ingress)", + "3234/tcp": "API" }, "map": [ "config:rw", "ssl" ], "options": { - "log_level": "info", "ssl": true, "certfile": "fullchain.pem", "keyfile": "privkey.pem" }, "schema": { - "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)", + "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?", "ssl": "bool", "certfile": "str", "keyfile": "str" }, - "environment": { - "LOG_FORMAT": "{LEVEL}: {MESSAGE}" - }, "image": "hassioaddons/home-panel-{arch}" } \ No newline at end of file