Merge pull request #1288 from ttocsr/master

update: add ports to omada config
This commit is contained in:
Alexandre
2024-03-05 07:32:06 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
- additional ports needed in the latest controller version
## 5.13-2024-02-28 (2024-02-28)
- Update to latest version from mbentley/omada-controller

View File

@@ -83,6 +83,8 @@
"29812/tcp": 29812,
"29813/tcp": 29813,
"29814/tcp": 29814,
"29815/tcp": 29815,
"29816/tcp": 29816,
"8043/tcp": 8043,
"8088/tcp": 8088,
"8843/tcp": 8843,
@@ -94,6 +96,8 @@
"29812/tcp": "legacy device discovery port",
"29813/tcp": "legacy device upgrade port",
"29814/tcp": "device adoption port",
"29815/tcp": "application data port",
"29816/tcp": "remote terminal session port",
"8043/tcp": "web interface https",
"8088/tcp": "web interface http",
"8843/tcp": "portal https",
@@ -102,6 +106,6 @@
"slug": "omada",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "5.13-2024-02-28",
"version": "5.13-2024-02-28-2",
"webui": "http://[HOST]:[PORT:8088]"
}