mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on UniFi Network Application 2.4.1
This commit is contained in:
parent
5fc5b70489
commit
86bda9a2b2
5 changed files with 37 additions and 11 deletions
|
@ -998,10 +998,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/v2.4.0
|
||||
[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/v2.4.0/README.md
|
||||
[addon-unifi]: https://github.com/hassio-addons/addon-unifi/tree/v2.4.1
|
||||
[addon-doc-unifi]: https://github.com/hassio-addons/addon-unifi/blob/v2.4.1/README.md
|
||||
[unifi-issue]: https://github.com/hassio-addons/addon-unifi/issues
|
||||
[unifi-version-shield]: https://img.shields.io/badge/version-v2.4.0-blue.svg
|
||||
[unifi-version-shield]: https://img.shields.io/badge/version-v2.4.1-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,11 +1,10 @@
|
|||
## What’s changed
|
||||
|
||||
## 🐛 Bug fixes
|
||||
## 🌎 Translations
|
||||
|
||||
- 🚑 Fix missing log folders causing crash @frenck (#384)
|
||||
- 🌎 PL translations @Wolvverine (#385)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️ Upgrades UniFi Network Application to 7.2.92 @hip4 (#375)
|
||||
- ⬆️ Upgrades UniFi Network Application to 7.2.94 @Wolvverine (#382)
|
||||
- ⬆️ Upgrades add-on base image to 8.1.1 @frenck (#383)
|
||||
- ⬆️ Upgrades add-on base image to 8.1.2 @frenck (#391)
|
||||
- ⬆️ Upgrades UniFi Network Application to v7.2.95 @frenck (#392)
|
||||
|
|
|
@ -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-production%20ready-brightgreen.svg
|
||||
[release-shield]: https://img.shields.io/badge/version-v2.4.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-unifi/tree/v2.4.0
|
||||
[release-shield]: https://img.shields.io/badge/version-v2.4.1-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-unifi/tree/v2.4.1
|
||||
[screenshot]: https://github.com/hassio-addons/addon-unifi/raw/main/images/screenshot.jpg
|
|
@ -39,5 +39,5 @@ schema:
|
|||
slug: unifi
|
||||
startup: services
|
||||
url: https://github.com/hassio-addons/addon-unifi
|
||||
version: 2.4.0
|
||||
version: 2.4.1
|
||||
webui: https://[HOST]:[PORT:8443]
|
||||
|
|
27
unifi/translations/pl.yaml
Normal file
27
unifi/translations/pl.yaml
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
configuration:
|
||||
log_level:
|
||||
name: Log level
|
||||
description: >-
|
||||
Kontroluje poziom szczegółowości logów, jaki zapewnia dodatek.
|
||||
memory_max:
|
||||
name: Max Memory
|
||||
description: >-
|
||||
Ta opcja pozwala na zmianę ilości pamięci, którą może używać
|
||||
aplikacja UniFi Network.
|
||||
memory_init:
|
||||
name: Initial Memory
|
||||
description: >-
|
||||
Ta opcja pozwala zmienić ilość pamięci, którą aplikacja UniFi
|
||||
Network będzie rezerwować/używać przy starcie.
|
||||
network:
|
||||
161/udp: Używany dla dostępu po SNMP
|
||||
1900/udp: L2 wykrywalny port
|
||||
3478/udp: Używany dla STUN
|
||||
5514/udp: Używany do zdalnego debugowania syslogu
|
||||
6789/tcp: Używany do testu prędkości UniFi mobile
|
||||
8080/tcp: Używany do komunikacji urządzeń z kontrolerem
|
||||
8443/tcp: Używany do interfejsu webowego kontrolera i API
|
||||
8843/tcp: Używany do przekierowania na portal po HTTPS
|
||||
8880/tcp: Używany do przekierowania na portal po HTTP
|
||||
10001/udp: Używany do wykrywania urządzeń
|
Loading…
Add table
Add a link
Reference in a new issue