diff --git a/README.md b/README.md index 45a32b4eb..d9954371f 100644 --- a/README.md +++ b/README.md @@ -1070,10 +1070,10 @@ SOFTWARE. [chrony-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [chrony-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [chrony-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-ledfx]: https://github.com/hassio-addons/addon-ledfx/tree/4c7b945 -[addon-doc-ledfx]: https://github.com/hassio-addons/addon-ledfx/blob/4c7b945/README.md +[addon-ledfx]: https://github.com/hassio-addons/addon-ledfx/tree/68cdec6 +[addon-doc-ledfx]: https://github.com/hassio-addons/addon-ledfx/blob/68cdec6/README.md [ledfx-issue]: https://github.com/hassio-addons/addon-ledfx/issues -[ledfx-version-shield]: https://img.shields.io/badge/version-4c7b945-blue.svg +[ledfx-version-shield]: https://img.shields.io/badge/version-68cdec6-blue.svg [ledfx-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [ledfx-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [ledfx-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/ledfx/CHANGELOG.md b/ledfx/CHANGELOG.md index 9fea55b96..b949913a8 100644 --- a/ledfx/CHANGELOG.md +++ b/ledfx/CHANGELOG.md @@ -1,3 +1 @@ -- Bump frenck/action-addon-linter from 2.2 to 2.3 (#86) - -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +- ⬆️ Upgrades add-on base image to 10.2.2 (#103) diff --git a/ledfx/README.md b/ledfx/README.md index ac2e265fa..51d3e041f 100644 --- a/ledfx/README.md +++ b/ledfx/README.md @@ -44,6 +44,6 @@ If you are more interested in stable releases of our add-ons: [forum]: https://community.home-assistant.io/?u=frenck [maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-4c7b945-blue.svg -[release]: https://github.com/hassio-addons/addon-ledfx/tree/4c7b945 +[release-shield]: https://img.shields.io/badge/version-68cdec6-blue.svg +[release]: https://github.com/hassio-addons/addon-ledfx/tree/68cdec6 [screenshot]: https://github.com/hassio-addons/addon-ledfx/raw/main/images/screenshot.png \ No newline at end of file diff --git a/ledfx/config.json b/ledfx/config.json deleted file mode 100644 index 87c7af580..000000000 --- a/ledfx/config.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "ledfx", - "version": "4c7b945", - "slug": "ledfx", - "description": "A network based LED effect controller with support for advanced real-time audio effects!", - "url": "https://github.com/hassio-addons/addon-ledfx", - "webui": "[PROTO:ssl]://[HOST]:[PORT:80]", - "audio": true, - "arch": [ - "aarch64", - "amd64", - "armhf", - "armv7", - "i386" - ], - "hassio_api": true, - "auth_api": true, - "map": [ - "ssl" - ], - "ports": { - "80/tcp": 5333 - }, - "ports_description": { - "80/tcp": "Web interface" - }, - "options": { - "ssl": true, - "certfile": "fullchain.pem", - "keyfile": "privkey.pem" - }, - "schema": { - "log_level": "list(trace|debug|info|notice|warning|error|fatal)?", - "certfile": "str", - "keyfile": "str", - "ssl": "bool" - }, - "image": "ghcr.io/hassio-addons/ledfx/{arch}" -} \ No newline at end of file diff --git a/ledfx/config.yaml b/ledfx/config.yaml new file mode 100644 index 000000000..61f575cdc --- /dev/null +++ b/ledfx/config.yaml @@ -0,0 +1,32 @@ +arch: +- aarch64 +- amd64 +- armhf +- armv7 +- i386 +audio: true +auth_api: true +description: A network based LED effect controller with support for advanced real-time + audio effects! +hassio_api: true +image: ghcr.io/hassio-addons/ledfx/{arch} +map: +- ssl +name: ledfx +options: + certfile: fullchain.pem + keyfile: privkey.pem + ssl: true +ports: + 80/tcp: 5333 +ports_description: + 80/tcp: Web interface +schema: + certfile: str + keyfile: str + log_level: list(trace|debug|info|notice|warning|error|fatal)? + ssl: bool +slug: ledfx +url: https://github.com/hassio-addons/addon-ledfx +version: 68cdec6 +webui: '[PROTO:ssl]://[HOST]:[PORT:80]'