diff --git a/README.md b/README.md index 7c92cbca2..21877579a 100644 --- a/README.md +++ b/README.md @@ -1063,10 +1063,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/d777369 -[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/d777369/README.md +[addon-thelounge]: https://github.com/hassio-addons/addon-thelounge/tree/bab6eab +[addon-doc-thelounge]: https://github.com/hassio-addons/addon-thelounge/blob/bab6eab/README.md [thelounge-issue]: https://github.com/hassio-addons/addon-thelounge/issues -[thelounge-version-shield]: https://img.shields.io/badge/version-d777369-blue.svg +[thelounge-version-shield]: https://img.shields.io/badge/version-bab6eab-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 746adf9ea..91973ed2d 100644 --- a/thelounge/CHANGELOG.md +++ b/thelounge/CHANGELOG.md @@ -1,7 +1,37 @@ -# Changelog since v0.9.2 -- 🔥 Remove Renovatebot -- ⬆ Upgrades The Lounge to v4.2.0 -- ⬆ Upgrades nginx to 1.18.0-r0 -- ⬆ Upgrades yarn to 1.22.4-r0 -- ⬆ Upgrades nodejs to 12.18.3-r0 -- ⬆ Upgrades add-on base image to v8.0.1 +# Changelog since v0.10.0 +- Upgrade add-on base image to 9.1.2 (#20) +- ⬆️ Bump frenck/action-addon-linter from v1.3.1 to v1.4 (#18) + +Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from v1.3.1 to v1.4. +- [Release notes](https://github.com/frenck/action-addon-linter/releases) +- [Commits](https://github.com/frenck/action-addon-linter/compare/v1.3.1...c82c5e9ca0ce5fc9b15756f1c0e39531b95d11b0) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +- Remove obsolete webui from configuration (#19) +- ⬆️ Bump actions/stale from v3.0.14 to v3.0.15 (#17) + +Bumps [actions/stale](https://github.com/actions/stale) from v3.0.14 to v3.0.15. +- [Release notes](https://github.com/actions/stale/releases) +- [Commits](https://github.com/actions/stale/compare/v3.0.14...86561461b92875de77a8b2d2e75f004c826e8f45) + +Signed-off-by: dependabot[bot] + +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +- Add new repository workflow (#16) + +* Add new repository workflow + +* Prettified Code! + +* Migrate Docker build arguments + +* Address add-on lint errors + +* Documentation tweaks + +Co-authored-by: frenck +- Upgrade Code of Conduct (#15) +- Happy New Year (#14) +- Cleanup repository (#13) diff --git a/thelounge/DOCS.md b/thelounge/DOCS.md index f864d5c44..867a4125b 100644 --- a/thelounge/DOCS.md +++ b/thelounge/DOCS.md @@ -44,7 +44,7 @@ dealing with an unknown issue. Possible values are: - `debug`: Shows detailed debug information. - `info`: Normal (usually) interesting events. - `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. 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` 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_ ### Option: `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` 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 This repository keeps a change log using [GitHub's releases][releases] -functionality. The format of the log is based on -[Keep a Changelog][keepchangelog]. +functionality. 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: -- ``MAJOR``: Incompatible or major changes. -- ``MINOR``: Backwards-compatible new features and enhancements. -- ``PATCH``: Backwards-compatible bugfixes and package updates. +- `MAJOR`: Incompatible or major changes. +- `MINOR`: Backwards-compatible new features and enhancements. +- `PATCH`: Backwards-compatible bugfixes and package updates. ## Support @@ -126,7 +125,7 @@ check [the contributor's page][contributors]. 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 of this software and associated documentation files (the "Software"), to deal @@ -151,7 +150,6 @@ SOFTWARE. [discord]: https://discord.me/hassioaddons [forum]: https://community.home-assistant.io/?u=timmo001 [issue]: https://github.com/hassio-addons/addon-thelounge/issues -[keepchangelog]: http://keepachangelog.com/en/1.0.0/ [reddit]: https://reddit.com/r/homeassistant [releases]: https://github.com/hassio-addons/addon-thelounge/releases [semver]: http://semver.org/spec/v2.0.0.htm diff --git a/thelounge/README.md b/thelounge/README.md index 64051cc38..463025a45 100644 --- a/thelounge/README.md +++ b/thelounge/README.md @@ -44,11 +44,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]: https://community.home-assistant.io/?u=timmo001 [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 [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-d777369-blue.svg -[release]: https://github.com/hassio-addons/addon-thelounge/tree/d777369 +[release-shield]: https://img.shields.io/badge/version-bab6eab-blue.svg +[release]: https://github.com/hassio-addons/addon-thelounge/tree/bab6eab [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 eb24215e9..f213b24c7 100644 --- a/thelounge/config.json +++ b/thelounge/config.json @@ -1,11 +1,9 @@ { "name": "The Lounge", - "version": "d777369", + "version": "bab6eab", "slug": "thelounge", "description": "A self-hosted web IRC client", "url": "https://github.com/hassio-addons/addon-thelounge", - "webui": "[PROTO:ssl]://[HOST]:[PORT:80]", - "startup": "application", "arch": [ "aarch64", "amd64", @@ -13,9 +11,7 @@ "armv7", "i386" ], - "boot": "auto", "hassio_api": true, - "hassio_role": "default", "homeassistant": "0.91.4", "homeassistant_api": true, "ingress": true, @@ -54,5 +50,5 @@ "str" ] }, - "image": "hassioaddons/thelounge-{arch}" + "image": "ghcr.io/hassio-addons/thelounge/{arch}" } \ No newline at end of file