docs(Omada-Controller): Add Installation Notes (#4278)

* docs(Omada-Controller): Add Installation Notes

* lint
This commit is contained in:
StevenMcElligott
2022-11-01 20:13:42 -04:00
committed by GitHub
parent 62e7a2e9ce
commit 8a9d145670
4 changed files with 22 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ name: omada-controller
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller
- https://github.com/mbentley/docker-omada-controller
version: 6.2.2
version: 6.3.0
annotations:
truecharts.org/catagories: |
- media

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View File

@@ -0,0 +1,21 @@
## Installation Notes
Our chart by default runs on interal port `443` however those not running `Ingress` may run into issues with other processes requesting port `443`.
**The Solution**
- Click `Advanced Settings`
- Change `Target Port` to 8043 to match the `external` port as below
![Omada-HTTPS-8043](img/Omada-HTTPS-8043.png)
## Finding APs / Omada Discovery Utility
By default the `omada-controller` chart doesn't support discovery by APs on the same network.
**The solution**
- One must use the [`Omada Discovery Utility`](https://www.tp-link.com/us/support/download/omada-software-controller/#Omada_Discovery_Utility) and point APs to your `omada-controller`.
- Please follow the directions on the [TP-Link Website](https://www.tp-link.com/us/support/download/omada-software-controller/#Omada_Discovery_Utility) to download and use this utility. They have a nice [FAQ](https://www.tp-link.com/ca/support/faq/3087/) that may be of use.
![Omada-Discovery-Utility](img/Omada-Discovery-Utility.png)