mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-06 03:51:27 +00:00
🎉 Release of add-on UniFi Controller 0.22.0
This commit is contained in:
parent
297f9e8f06
commit
5d79b46caf
5 changed files with 74 additions and 11 deletions
|
@ -984,10 +984,10 @@ SOFTWARE.
|
|||
[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-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/v0.21.0
|
||||
[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/v0.21.0/README.md
|
||||
[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/v0.22.0
|
||||
[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/v0.22.0/README.md
|
||||
[unifi-issue]: https://github.com/hassio-addons/addon-unifi/issues
|
||||
[unifi-version-shield]: https://img.shields.io/badge/version-v0.21.0-blue.svg
|
||||
[unifi-version-shield]: https://img.shields.io/badge/version-v0.22.0-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,9 +1,31 @@
|
|||
## What’s changed
|
||||
|
||||
## ✨ New features
|
||||
|
||||
- Add translation support @frenck (#199)
|
||||
|
||||
## 🐛 Bug fixes
|
||||
|
||||
- Fix root chain @frenck (#200)
|
||||
|
||||
## 🚀 Enhancements
|
||||
|
||||
- Address shellcheck lint warning @frenck (#193)
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- Apply updated repository structure & CI workflow @frenck (#198)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#169)
|
||||
- ⬆️ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#174)
|
||||
- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#177)
|
||||
- ⬆ Upgrade UniFi Controller version 6.1.71 @LoudSoftware (#178)
|
||||
- ⬆️ Upgrades add-on base image to v6.1.4 @frenck (#179)
|
||||
- ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 @dependabot (#181)
|
||||
- ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 @dependabot (#182)
|
||||
- ⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 @dependabot (#183)
|
||||
- ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 @dependabot (#186)
|
||||
- ⬆️ Bump brpaz/hadolint-action from v1.3.1 to v1.4.0 @dependabot (#187)
|
||||
- ⬆️ Bump docker/login-action from v1.8.0 to v1.9.0 @dependabot (#192)
|
||||
- ⬆️ Bump docker/setup-qemu-action from v1.0.2 to v1.1.0 @dependabot (#190)
|
||||
- ⬆️ Bump docker/setup-buildx-action from v1.1.2 to v1.2.0 @dependabot (#191)
|
||||
- ⬆️ Upgrades openjdk-8-jdk-headless to 8u292-b10-0ubuntu1~18.04 @frenck (#194)
|
||||
- ⬆️ Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 @dependabot (#195)
|
||||
- ⬆️ Upgrades add-on base image to v6.2.0 @frenck (#197)
|
||||
|
|
|
@ -50,6 +50,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-experimental-yellow.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.21.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-unifi/tree/v0.21.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.22.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-unifi/tree/v0.22.0
|
||||
[screenshot]: https://github.com/hassio-addons/addon-unifi/raw/main/images/screenshot.jpg
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "UniFi Controller",
|
||||
"version": "0.21.0",
|
||||
"version": "0.22.0",
|
||||
"slug": "unifi",
|
||||
"description": "Manage your UniFi network using a web browser",
|
||||
"url": "https://github.com/hassio-addons/addon-unifi",
|
||||
|
|
41
unifi/translations/en.yaml
Normal file
41
unifi/translations/en.yaml
Normal file
|
@ -0,0 +1,41 @@
|
|||
---
|
||||
configuration:
|
||||
log_level:
|
||||
name: Log level
|
||||
description: >-
|
||||
Controls the level of log details the add-on provides.
|
||||
ssl:
|
||||
name: SSL
|
||||
description: >-
|
||||
Enables/Disables SSL (HTTPS) on the web interface.
|
||||
certfile:
|
||||
name: Certificate file
|
||||
description: >-
|
||||
The certificate file to use for SSL. Note that this file must
|
||||
exist in the /ssl/ folder.
|
||||
keyfile:
|
||||
name: Private key file
|
||||
description: >-
|
||||
The private key file to use for SSL. Note that this file must
|
||||
exist in the /ssl/ folder.
|
||||
memory_max:
|
||||
name: Max Memory
|
||||
description: >-
|
||||
This option allows you to change the amount of memory the UniFi Controller
|
||||
is allowed to consume.
|
||||
memory_init:
|
||||
name: Initial Memory
|
||||
description: >-
|
||||
This option allows you to change the amount of memory the UniFi Controller
|
||||
will initially reserve/consume when starting.
|
||||
network:
|
||||
161/udp: Used for SNMP Access
|
||||
1900/udp: L2 discoverable port
|
||||
3478/udp: Used for STUN
|
||||
5514/udp: Used for remote syslog debugging
|
||||
6789/tcp: Used for UniFi mobile speed test
|
||||
8080/tcp: Used for device and controller communication
|
||||
8443/tcp: Used for controller web interface and API
|
||||
8843/tcp: Used for HTTPS portal redirection
|
||||
8880/tcp: Used for HTTP portal redirection
|
||||
10001/udp: Used for device discovery
|
Loading…
Add table
Add a link
Reference in a new issue