From 99fc62f8ff7e78479f18fd8ac6ff7d3e314bdaaa Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sat, 25 Mar 2023 17:22:39 +0000 Subject: [PATCH] :arrow_up: Updating add-on The Lounge to 459be2b --- README.md | 6 +++--- thelounge/CHANGELOG.md | 25 ++++++++++++++----------- thelounge/README.md | 4 ++-- thelounge/config.yaml | 42 +++++++++++++++++++++--------------------- 4 files changed, 40 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index c0a03ee3c..a8bb42d80 100644 --- a/README.md +++ b/README.md @@ -1003,10 +1003,10 @@ SOFTWARE. [tautulli-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [tautulli-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [tautulli-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-thelounge]: https://github.com/hassio-addons/addon-thelounge/tree/6133890 -[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/6133890/README.md +[addon-thelounge]: https://github.com/hassio-addons/addon-thelounge/tree/459be2b +[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/459be2b/README.md [thelounge-issue]: https://github.com/hassio-addons/addon-thelounge/issues -[thelounge-version-shield]: https://img.shields.io/badge/version-6133890-blue.svg +[thelounge-version-shield]: https://img.shields.io/badge/version-459be2b-blue.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 [thelounge-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/thelounge/CHANGELOG.md b/thelounge/CHANGELOG.md index 1cd7cf0a3..c9a24f44b 100644 --- a/thelounge/CHANGELOG.md +++ b/thelounge/CHANGELOG.md @@ -1,11 +1,14 @@ -# Changelog since v0.16.0 -- 🚑 Fix S6 dependencies (#131) -- 🔨 Migrate old-style S6 scripts to s6-rc.d (#130) -- ⬆️ Upgrades add-on base image to 13.1.1 (#129) -- 🎆 Updates maintenance/license year to 2023 (#128) -- ⬆️ Upgrades add-on base image to 12.2.7 (#127) -- ⬆️ Upgrades nginx to 1.22.1-r0 (#126) -- ⬆️ Upgrades nodejs to 16.17.1-r0 (#125) -- ⬆️ Upgrades python3 to 3.10.8-r0 (#124) -- ⬆️ Upgrades git to 2.36.3-r0 (#123) -- ⬆️ Upgrades add-on base image to 12.2.3 (#122) +# Changelog since v0.17.0 +- ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v13.1.4 (#136) + +Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> +- ⬆️ Update alpine_3_17/nodejs to v18.14.2-r0 (#137) + +Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> +- ⬆️ Update alpine_3_17/python3 to v3.10.10-r0 (#134) + +Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> +- ⬆️ Update alpine_3_17/git to v2.38.4-r1 (#133) + +Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> +- Add Renovate for dependency management (#132) diff --git a/thelounge/README.md b/thelounge/README.md index 2f5017ead..c4f4b4ee3 100644 --- a/thelounge/README.md +++ b/thelounge/README.md @@ -48,7 +48,7 @@ If you are more interested in stable releases of our add-ons: [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-6133890-blue.svg -[release]: https://github.com/hassio-addons/addon-thelounge/tree/6133890 +[release-shield]: https://img.shields.io/badge/version-459be2b-blue.svg +[release]: https://github.com/hassio-addons/addon-thelounge/tree/459be2b [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.yaml b/thelounge/config.yaml index 141b9b63a..83e3b35d7 100644 --- a/thelounge/config.yaml +++ b/thelounge/config.yaml @@ -1,42 +1,42 @@ +name: The Lounge +version: 459be2b +slug: thelounge +description: A self-hosted web IRC client +url: https://github.com/hassio-addons/addon-thelounge +codenotary: codenotary@frenck.dev arch: - aarch64 - amd64 - armhf - armv7 - i386 -codenotary: codenotary@frenck.dev -description: A self-hosted web IRC client -image: ghcr.io/hassio-addons/thelounge/{arch} ingress: true ingress_stream: true -init: false -map: -- ssl -name: The Lounge -options: - certfile: fullchain.pem - default_theme: default - keyfile: privkey.pem - ssl: true - themes: - - thelounge-theme-solarized - users: [] panel_admin: false +init: false panel_icon: mdi:chat ports: 80/tcp: null ports_description: 80/tcp: The Lounge Web UI (Not required for Ingress) +map: +- ssl +options: + ssl: true + certfile: fullchain.pem + keyfile: privkey.pem + default_theme: default + themes: + - thelounge-theme-solarized + users: [] schema: - certfile: str - default_theme: str - keyfile: str log_level: list(trace|debug|info|notice|warning|error|fatal)? ssl: bool + certfile: str + keyfile: str + default_theme: str themes: - str users: - str -slug: thelounge -url: https://github.com/hassio-addons/addon-thelounge -version: '6133890' +image: ghcr.io/hassio-addons/thelounge/{arch}