⬆️ Updating add-on UniFi Network Application to feb1957

This commit is contained in:
Community Hass.io Add-ons Bot 2023-07-08 08:01:29 +00:00
parent 6a7a1dd981
commit 6be40e6ffb
4 changed files with 21 additions and 19 deletions

View file

@ -993,10 +993,10 @@ SOFTWARE.
[traccar-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
[traccar-i386-shield]: https://img.shields.io/badge/i386-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/e874078 [addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/feb1957
[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/e874078/README.md [addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/feb1957/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-e874078-blue.svg [unifi-version-shield]: https://img.shields.io/badge/version-feb1957-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

View file

@ -1,2 +1,4 @@
# Changelog since v2.6.0 # Changelog since v2.6.0
- ⬆️ Upgrades openjdk-11-jdk-headless to 11.0.19+7~us1-0ubuntu1~20.04.1 (#435)
- ⬆️ Upgrades binutils to 2.34-6ubuntu1.6 (#434)
- 🎆 Updates maintenance/license year to 2023 (#421) - 🎆 Updates maintenance/license year to 2023 (#421)

View file

@ -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-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-e874078-blue.svg [release-shield]: https://img.shields.io/badge/version-feb1957-blue.svg
[release]: https://github.com/hassio-addons/addon-unifi/tree/e874078 [release]: https://github.com/hassio-addons/addon-unifi/tree/feb1957
[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

View file

@ -1,17 +1,19 @@
name: UniFi Network Application
version: feb1957
slug: unifi
description: Manage your UniFi network using a web browser
url: https://github.com/hassio-addons/addon-unifi
codenotary: codenotary@frenck.dev
webui: https://[HOST]:[PORT:8443]
startup: services
arch: arch:
- aarch64 - aarch64
- amd64 - 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}
init: false init: false
backup: cold
map: map:
- backup:rw - backup:rw
name: UniFi Network Application
ports: ports:
10001/udp: 10001
161/udp: null 161/udp: null
1900/udp: null 1900/udp: null
3478/udp: 3478 3478/udp: 3478
@ -21,8 +23,8 @@ ports:
8443/tcp: 8443 8443/tcp: 8443
8843/tcp: 8843 8843/tcp: 8843
8880/tcp: 8880 8880/tcp: 8880
10001/udp: 10001
ports_description: ports_description:
10001/udp: Used for device discovery
161/udp: Used for SNMP Access 161/udp: Used for SNMP Access
1900/udp: L2 discoverable port 1900/udp: L2 discoverable port
3478/udp: Used for STUN 3478/udp: Used for STUN
@ -32,12 +34,10 @@ ports_description:
8443/tcp: Used for controller web interface and API 8443/tcp: Used for controller web interface and API
8843/tcp: Used for HTTPS portal redirection 8843/tcp: Used for HTTPS portal redirection
8880/tcp: Used for HTTP portal redirection 8880/tcp: Used for HTTP portal redirection
10001/udp: Used for device discovery
hassio_api: true
schema: schema:
log_level: list(trace|debug|info|notice|warning|error|fatal)? log_level: list(trace|debug|info|notice|warning|error|fatal)?
memory_init: int?
memory_max: int? memory_max: int?
slug: unifi memory_init: int?
startup: services image: ghcr.io/hassio-addons/unifi/{arch}
url: https://github.com/hassio-addons/addon-unifi
version: e874078
webui: https://[HOST]:[PORT:8443]