mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 03:31:36 +00:00
⬆️ Updating add-on UniFi Network Application to 1404595
This commit is contained in:
parent
f524c3bc31
commit
94e4f69f1c
4 changed files with 8 additions and 6 deletions
|
@ -1007,10 +1007,10 @@ SOFTWARE.
|
|||
[traccar-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
[traccar-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
|
||||
[traccar-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
|
||||
[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/c616252
|
||||
[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/c616252/README.md
|
||||
[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/1404595
|
||||
[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/1404595/README.md
|
||||
[unifi-issue]: https://github.com/hassio-addons/addon-unifi/issues
|
||||
[unifi-version-shield]: https://img.shields.io/badge/version-c616252-blue.svg
|
||||
[unifi-version-shield]: https://img.shields.io/badge/version-1404595-blue.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-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# Changelog since v2.0.0
|
||||
- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) (#352)
|
||||
- ⬆️ Upgrades add-on base image to 7.2.0 (#351)
|
||||
- 📚 Remove migrating section (#349)
|
||||
|
|
|
@ -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]: https://www.patreon.com/frenck
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-c616252-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-unifi/tree/c616252
|
||||
[release-shield]: https://img.shields.io/badge/version-1404595-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-unifi/tree/1404595
|
||||
[screenshot]: https://github.com/hassio-addons/addon-unifi/raw/main/images/screenshot.jpg
|
|
@ -2,6 +2,7 @@ arch:
|
|||
- aarch64
|
||||
- amd64
|
||||
backup: cold
|
||||
codenotary: codenotary@frenck.dev
|
||||
description: Manage your UniFi network using a web browser
|
||||
hassio_api: true
|
||||
image: ghcr.io/hassio-addons/unifi/{arch}
|
||||
|
@ -38,5 +39,5 @@ schema:
|
|||
slug: unifi
|
||||
startup: services
|
||||
url: https://github.com/hassio-addons/addon-unifi
|
||||
version: c616252
|
||||
version: '1404595'
|
||||
webui: https://[HOST]:[PORT:8443]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue