mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 19:11:30 +00:00
🎉 Release of add-on The Lounge 0.3.1
This commit is contained in:
parent
076e0851e7
commit
3fb72b0e68
4 changed files with 13 additions and 18 deletions
|
@ -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.3.0
|
||||
[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/v0.3.0/README.md
|
||||
[addon-thelounge]: https://github.com/hassio-addons/addon-thelounge/tree/v0.3.1
|
||||
[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/v0.3.1/README.md
|
||||
[thelounge-issue]: https://github.com/hassio-addons/addon-thelounge/issues
|
||||
[thelounge-version-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg
|
||||
[thelounge-version-shield]: https://img.shields.io/badge/version-v0.3.1-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
|
||||
|
|
|
@ -1,17 +1,13 @@
|
|||
[![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
|
||||
- d8fdb94 :hammer: Pins modclean version (#2)
|
||||
- 5195160 :books: Updates documentation to show the correct architectures (#3)
|
||||
- 5a9404c :arrow_up: Updates Home Assistant requirement to 0.91.4 (#4)
|
||||
|
||||
[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
|
||||
[changelog]: https://github.com/hassio-addons/addon-thelounge/compare/v0.3.0...v0.3.1
|
||||
[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-thelounge/badges/v0.3.1/pipeline.svg
|
||||
[gitlabci]: https://gitlab.com/hassio-addons/addon-thelounge/pipelines
|
||||
|
|
|
@ -39,7 +39,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-thelounge/blob/v0.3.0/README.md
|
||||
[docs]: https://github.com/hassio-addons/addon-thelounge/blob/v0.3.1/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
|
||||
|
@ -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-v0.3.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.3.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.3.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.3.1
|
||||
[screenshot]: https://raw.githubusercontent.com/hassio-addons/addon-thelounge/master/images/screenshot.png
|
||||
[thelounge]: https://github.com/timmo001/thelounge
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "The Lounge",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"slug": "thelounge",
|
||||
"description": "A self-hosted web IRC client",
|
||||
"url": "https://github.com/hassio-addons/addon-thelounge",
|
||||
|
@ -15,9 +15,8 @@
|
|||
"boot": "auto",
|
||||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
"homeassistant": "0.91.1",
|
||||
"homeassistant": "0.91.4",
|
||||
"homeassistant_api": true,
|
||||
"host_network": false,
|
||||
"ingress": true,
|
||||
"ports": {
|
||||
"80/tcp": null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue