From d2009807d91154a77ddbe68180ad3a6a57ac2e01 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Fri, 19 Apr 2019 22:55:21 +0000 Subject: [PATCH] :tada: Release of add-on The Lounge 0.3.0 --- README.md | 6 +++--- thelounge/CHANGELOG.md | 26 +++++++++++++++++--------- thelounge/README.md | 9 +++++---- thelounge/config.json | 18 +++++++++--------- 4 files changed, 34 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 0c9316d5..5e56410d 100644 --- a/README.md +++ b/README.md @@ -960,10 +960,10 @@ SOFTWARE. [tautulli-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [tautulli-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg [tautulli-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-thelounge]: https://github.com/hassio-addons/addon-thelounge/tree/v0.2.0 -[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/v0.2.0/README.md +[addon-thelounge]: https://github.com/hassio-addons/addon-thelounge/tree/v0.3.0 +[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/v0.3.0/README.md [thelounge-issue]: https://github.com/hassio-addons/addon-thelounge/issues -[thelounge-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg +[thelounge-version-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg [thelounge-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/thelounge-armhf.svg [thelounge-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [thelounge-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/thelounge/CHANGELOG.md b/thelounge/CHANGELOG.md index 67a68408..31165d54 100644 --- a/thelounge/CHANGELOG.md +++ b/thelounge/CHANGELOG.md @@ -1,9 +1,17 @@ -## Changes - -- 1e23014 :arrow_up: Upgrade to base 3.0.0 and migrate to bashio -- e57c2d4 :hammer: Merge changes and add missing build image -- 3807104 :hammer: Add missing armv7 arch - -[Full Changelog][changelog] - -[changelog]: https://github.com/hassio-addons/addon-thelounge/compare/v0.1.0...v0.2.0 \ No newline at end of file +[![GitLab CI][gitlabci-shield]][gitlabci] + +Thanks to @sinclairpaul for getting ingress support in and working in this release! + +_Please note that the port setup has changed in this release to default to using ingress only. To go back to the traditional setup, map a preferred port in the network section._ + +## Changes + +- 8025753 :sparkles: Add ingress support (#1) +- 04d8f04 :books: Fix missing image link +- 578dfa3 :hammer: Add ports_description + +[Full Changelog][changelog] + +[changelog]: https://github.com/hassio-addons/addon-thelounge/compare/v0.2.0...v0.3.0 +[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-thelounge/badges/v0.3.0/pipeline.svg +[gitlabci]: https://gitlab.com/hassio-addons/addon-thelounge/pipelines diff --git a/thelounge/README.md b/thelounge/README.md index 244dd13a..336a92f8 100644 --- a/thelounge/README.md +++ b/thelounge/README.md @@ -39,15 +39,16 @@ 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-thelounge/blob/v0.2.0/README.md +[docs]: https://github.com/hassio-addons/addon-thelounge/blob/v0.3.0/README.md [forest-theme]: https://raw.githubusercontent.com/timmo001/thelounge/master/docs/resources/forest-theme.png [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/?u=timmo001 [hass]: https://www.home-assistant.io/ -[thelounge]: https://github.com/timmo001/thelounge [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg [midnight-theme]: https://raw.githubusercontent.com/timmo001/thelounge/master/docs/resources/midnight-theme.png [more-info-light]: https://raw.githubusercontent.com/timmo001/thelounge/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.2.0-blue.svg -[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.2.0 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg +[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.3.0 +[screenshot]: https://raw.githubusercontent.com/hassio-addons/addon-thelounge/master/images/screenshot.png +[thelounge]: https://github.com/timmo001/thelounge \ No newline at end of file diff --git a/thelounge/config.json b/thelounge/config.json index 10ae943d..5e7ca99f 100644 --- a/thelounge/config.json +++ b/thelounge/config.json @@ -1,10 +1,9 @@ { "name": "The Lounge", - "version": "0.2.0", + "version": "0.3.0", "slug": "thelounge", "description": "A self-hosted web IRC client", "url": "https://github.com/hassio-addons/addon-thelounge", - "webui": "[PROTO:ssl]://[HOST]:[PORT:15100]", "startup": "application", "arch": [ "aarch64", @@ -16,17 +15,21 @@ "boot": "auto", "hassio_api": true, "hassio_role": "default", + "homeassistant": "0.91.1", "homeassistant_api": true, "host_network": false, + "ingress": true, "ports": { - "15100/tcp": 15100 + "80/tcp": null + }, + "ports_description": { + "80/tcp": "The Lounge Web UI (Not required for Hass.io Ingress)" }, "map": [ "config:rw", "ssl" ], "options": { - "log_level": "info", "ssl": true, "certfile": "fullchain.pem", "keyfile": "privkey.pem", @@ -36,7 +39,7 @@ ] }, "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", @@ -45,8 +48,5 @@ "str" ] }, - "environment": { - "LOG_FORMAT": "{LEVEL}: {MESSAGE}" - }, - "image": "hassioaddons/thelounge" + "image": "hassioaddons/thelounge-{arch}" } \ No newline at end of file