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.11.0
This commit is contained in:
parent
23fd8d5fa0
commit
39af95c133
5 changed files with 38 additions and 41 deletions
|
@ -1017,10 +1017,10 @@ SOFTWARE.
|
||||||
[tautulli-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[tautulli-i386-shield]: https://img.shields.io/badge/i386-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/v0.10.0
|
[addon-thelounge]: https://github.com/hassio-addons/addon-thelounge/tree/v0.11.0
|
||||||
[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/v0.10.0/README.md
|
[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/v0.11.0/README.md
|
||||||
[thelounge-issue]: https://github.com/hassio-addons/addon-thelounge/issues
|
[thelounge-issue]: https://github.com/hassio-addons/addon-thelounge/issues
|
||||||
[thelounge-version-shield]: https://img.shields.io/badge/version-v0.10.0-blue.svg
|
[thelounge-version-shield]: https://img.shields.io/badge/version-v0.11.0-blue.svg
|
||||||
[thelounge-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[thelounge-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[thelounge-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
|
|
@ -1,16 +1,24 @@
|
||||||
[![GitLab CI][gitlabci-shield]][gitlabci]
|
## What’s changed
|
||||||
|
|
||||||
## Changes
|
## 🐛 Bug fixes
|
||||||
|
|
||||||
- ⬆ Upgrades add-on base image to v8.0.1
|
- Add build dependencies for sqlite3 @y0ast (#12)
|
||||||
- ⬆ Upgrades nodejs to 12.18.3-r0
|
|
||||||
- ⬆ Upgrades yarn to 1.22.4-r0
|
|
||||||
- ⬆ Upgrades nginx to 1.18.0-r0
|
|
||||||
- ⬆ Upgrades The Lounge to v4.2.0
|
|
||||||
- 🔥 Remove Renovatebot
|
|
||||||
|
|
||||||
[Full Changelog][changelog]
|
## 🚀 Enhancements
|
||||||
|
|
||||||
[changelog]: https://github.com/hassio-addons/addon-thelounge/compare/v0.9.2...v0.10.0
|
- Refactor NGINX configuration and API access @frenck (#22)
|
||||||
[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-thelounge/badges/v0.10.0/pipeline.svg
|
|
||||||
[gitlabci]: https://gitlab.com/hassio-addons/addon-thelounge/pipelines
|
## 🧰 Maintenance
|
||||||
|
|
||||||
|
- Cleanup repository @frenck (#13)
|
||||||
|
- Happy New Year @frenck (#14)
|
||||||
|
- Upgrade Code of Conduct @frenck (#15)
|
||||||
|
- Add new repository workflow @frenck (#16)
|
||||||
|
- Remove obsolete webui from configuration @frenck (#19)
|
||||||
|
|
||||||
|
## ⬆️ Dependency updates
|
||||||
|
|
||||||
|
- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 @dependabot (#17)
|
||||||
|
- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 @dependabot (#18)
|
||||||
|
- Upgrade add-on base image to 9.1.2 @frenck (#20)
|
||||||
|
- ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#21)
|
||||||
|
|
|
@ -44,7 +44,7 @@ dealing with an unknown issue. Possible values are:
|
||||||
- `debug`: Shows detailed debug information.
|
- `debug`: Shows detailed debug information.
|
||||||
- `info`: Normal (usually) interesting events.
|
- `info`: Normal (usually) interesting events.
|
||||||
- `warning`: Exceptional occurrences that are not errors.
|
- `warning`: Exceptional occurrences that are not errors.
|
||||||
- `error`: Runtime errors that do not require immediate action.
|
- `error`: Runtime errors that do not require immediate action.
|
||||||
- `fatal`: Something went terribly wrong. Add-on becomes unusable.
|
- `fatal`: Something went terribly wrong. Add-on becomes unusable.
|
||||||
|
|
||||||
Please note that each level automatically includes log messages from a
|
Please note that each level automatically includes log messages from a
|
||||||
|
@ -72,33 +72,32 @@ The private key file to use for SSL.
|
||||||
### Option: `default_theme`
|
### Option: `default_theme`
|
||||||
|
|
||||||
The default theme for each user. The pre-installed themes are `default` and
|
The default theme for each user. The pre-installed themes are `default` and
|
||||||
`morning`. You can add more using the next option.
|
`morning`. You can add more using the next option.
|
||||||
|
|
||||||
**Note**: _The theme can still be changed in the settings of the app_
|
**Note**: _The theme can still be changed in the settings of the app_
|
||||||
|
|
||||||
### Option: `themes`
|
### Option: `themes`
|
||||||
|
|
||||||
A list of themes to install which can be found in the [npm registry][themes].
|
A list of themes to install which can be found in the [npm registry][themes].
|
||||||
Use the name of the package. (refer to the example above)
|
Use the name of the package. (refer to the example above)
|
||||||
|
|
||||||
### Option: `users`
|
### Option: `users`
|
||||||
|
|
||||||
A list of users to setup. At first, these will use the default password
|
A list of users to setup. At first, these will use the default password
|
||||||
`hassio`. **Make sure you change your password as soon as you login!**
|
`hassio`. **Make sure you change your password as soon as you login!**
|
||||||
|
|
||||||
## Changelog & Releases
|
## Changelog & Releases
|
||||||
|
|
||||||
This repository keeps a change log using [GitHub's releases][releases]
|
This repository keeps a change log using [GitHub's releases][releases]
|
||||||
functionality. The format of the log is based on
|
functionality.
|
||||||
[Keep a Changelog][keepchangelog].
|
|
||||||
|
|
||||||
Releases are based on [Semantic Versioning][semver], and use the format
|
Releases are based on [Semantic Versioning][semver], and use the format
|
||||||
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented
|
of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
|
||||||
based on the following:
|
based on the following:
|
||||||
|
|
||||||
- ``MAJOR``: Incompatible or major changes.
|
- `MAJOR`: Incompatible or major changes.
|
||||||
- ``MINOR``: Backwards-compatible new features and enhancements.
|
- `MINOR`: Backwards-compatible new features and enhancements.
|
||||||
- ``PATCH``: Backwards-compatible bugfixes and package updates.
|
- `PATCH`: Backwards-compatible bugfixes and package updates.
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
|
@ -126,7 +125,7 @@ check [the contributor's page][contributors].
|
||||||
|
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2019-2020 Timmo
|
Copyright (c) 2019-2021 Timmo
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -151,7 +150,6 @@ SOFTWARE.
|
||||||
[discord]: https://discord.me/hassioaddons
|
[discord]: https://discord.me/hassioaddons
|
||||||
[forum]: https://community.home-assistant.io/?u=timmo001
|
[forum]: https://community.home-assistant.io/?u=timmo001
|
||||||
[issue]: https://github.com/hassio-addons/addon-thelounge/issues
|
[issue]: https://github.com/hassio-addons/addon-thelounge/issues
|
||||||
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
|
|
||||||
[reddit]: https://reddit.com/r/homeassistant
|
[reddit]: https://reddit.com/r/homeassistant
|
||||||
[releases]: https://github.com/hassio-addons/addon-thelounge/releases
|
[releases]: https://github.com/hassio-addons/addon-thelounge/releases
|
||||||
[semver]: http://semver.org/spec/v2.0.0.htm
|
[semver]: http://semver.org/spec/v2.0.0.htm
|
||||||
|
|
|
@ -41,11 +41,11 @@ If you are more interested in stable releases of our add-ons:
|
||||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||||
[forum]: https://community.home-assistant.io/?u=timmo001
|
[forum]: https://community.home-assistant.io/?u=timmo001
|
||||||
[hass]: https://www.home-assistant.io/
|
[hass]: https://www.home-assistant.io/
|
||||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
|
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
|
||||||
[midnight-theme]: https://raw.githubusercontent.com/timmo001/thelounge/master/docs/resources/midnight-theme.png
|
[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
|
[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
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-v0.10.0-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-v0.11.0-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.10.0
|
[release]: https://github.com/hassio-addons/addon-thelounge/tree/v0.11.0
|
||||||
[screenshot]: https://raw.githubusercontent.com/hassio-addons/addon-thelounge/master/images/screenshot.png
|
[screenshot]: https://raw.githubusercontent.com/hassio-addons/addon-thelounge/master/images/screenshot.png
|
||||||
[thelounge]: https://github.com/timmo001/thelounge
|
[thelounge]: https://github.com/timmo001/thelounge
|
|
@ -1,11 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "The Lounge",
|
"name": "The Lounge",
|
||||||
"version": "0.10.0",
|
"version": "0.11.0",
|
||||||
"slug": "thelounge",
|
"slug": "thelounge",
|
||||||
"description": "A self-hosted web IRC client",
|
"description": "A self-hosted web IRC client",
|
||||||
"url": "https://github.com/hassio-addons/addon-thelounge",
|
"url": "https://github.com/hassio-addons/addon-thelounge",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]",
|
|
||||||
"startup": "application",
|
|
||||||
"arch": [
|
"arch": [
|
||||||
"aarch64",
|
"aarch64",
|
||||||
"amd64",
|
"amd64",
|
||||||
|
@ -13,13 +11,7 @@
|
||||||
"armv7",
|
"armv7",
|
||||||
"i386"
|
"i386"
|
||||||
],
|
],
|
||||||
"boot": "auto",
|
|
||||||
"hassio_api": true,
|
|
||||||
"hassio_role": "default",
|
|
||||||
"homeassistant": "0.91.4",
|
|
||||||
"homeassistant_api": true,
|
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
"ingress_port": 1337,
|
|
||||||
"panel_icon": "mdi:chat",
|
"panel_icon": "mdi:chat",
|
||||||
"ports": {
|
"ports": {
|
||||||
"80/tcp": null
|
"80/tcp": null
|
||||||
|
@ -28,7 +20,6 @@
|
||||||
"80/tcp": "The Lounge Web UI (Not required for Ingress)"
|
"80/tcp": "The Lounge Web UI (Not required for Ingress)"
|
||||||
},
|
},
|
||||||
"map": [
|
"map": [
|
||||||
"config:rw",
|
|
||||||
"ssl"
|
"ssl"
|
||||||
],
|
],
|
||||||
"options": {
|
"options": {
|
||||||
|
@ -54,5 +45,5 @@
|
||||||
"str"
|
"str"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"image": "hassioaddons/thelounge-{arch}"
|
"image": "ghcr.io/hassio-addons/thelounge/{arch}"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue