mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 12:11:33 +00:00
⬆️ Updating add-on UniFi Controller to cadad4b
This commit is contained in:
parent
619de9e469
commit
c8d75cb30c
4 changed files with 8 additions and 7 deletions
|
@ -1145,10 +1145,10 @@ SOFTWARE.
|
||||||
[traccar-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[traccar-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
[traccar-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
[traccar-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[traccar-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
[traccar-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||||
[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/e17be82
|
[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/cadad4b
|
||||||
[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/e17be82/README.md
|
[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/cadad4b/README.md
|
||||||
[unifi-issue]: https://github.com/hassio-addons/addon-unifi/issues
|
[unifi-issue]: https://github.com/hassio-addons/addon-unifi/issues
|
||||||
[unifi-version-shield]: https://img.shields.io/badge/version-e17be82-blue.svg
|
[unifi-version-shield]: https://img.shields.io/badge/version-cadad4b-blue.svg
|
||||||
[unifi-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
[unifi-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||||
[unifi-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[unifi-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[unifi-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[unifi-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# Changelog since v0.19.3
|
# Changelog since v0.19.3
|
||||||
|
- Upgrade add-on base image to 6.0.0 (#137)
|
||||||
- Add new repository workflow (#136)
|
- Add new repository workflow (#136)
|
||||||
|
|
||||||
* Add new repository workflow
|
* Add new repository workflow
|
||||||
|
|
|
@ -53,6 +53,6 @@ If you are more interested in stable releases of our add-ons:
|
||||||
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-e17be82-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-cadad4b-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-unifi/tree/e17be82
|
[release]: https://github.com/hassio-addons/addon-unifi/tree/cadad4b
|
||||||
[screenshot]: https://github.com/hassio-addons/addon-unifi/raw/main/images/screenshot.jpg
|
[screenshot]: https://github.com/hassio-addons/addon-unifi/raw/main/images/screenshot.jpg
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "UniFi Controller",
|
"name": "UniFi Controller",
|
||||||
"version": "e17be82",
|
"version": "cadad4b",
|
||||||
"slug": "unifi",
|
"slug": "unifi",
|
||||||
"description": "Manage your UniFi network using a web browser",
|
"description": "Manage your UniFi network using a web browser",
|
||||||
"url": "https://github.com/hassio-addons/addon-unifi",
|
"url": "https://github.com/hassio-addons/addon-unifi",
|
||||||
|
@ -55,5 +55,5 @@
|
||||||
"memory_max": "int?",
|
"memory_max": "int?",
|
||||||
"memory_init": "int?"
|
"memory_init": "int?"
|
||||||
},
|
},
|
||||||
"image": "hassioaddons/unifi-{arch}"
|
"image": "ghcr.io/hassio-addons/unifi/{arch}"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue