Skip to content

Commit 915eaa8

Browse files
committed
Unifi-Network-Application: Refactor docs
1 parent 0126583 commit 915eaa8

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

docs/sandbox/apps/unifi.md renamed to docs/sandbox/apps/unifi-network-application.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,31 @@
1-
# Unifi Controller
1+
# Unifi Network Application
22

33
## What is it?
44

5-
[Unifi Controller](https://www.ui.com/download/unifi/) software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.
5+
[Unifi Network Application](https://www.ui.com/download/unifi/) software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.
66

77
| Details | | | |
88
|-------------|-------------|-------------|-------------|
9-
| [:material-home: Project home](https://www.ui.com/download/unifi/){: .header-icons } | [:octicons-link-16: Docs](https://github.com/linuxserver/docker-unifi-controller/blob/master/README.md){: .header-icons } | [:octicons-mark-github-16: Github](https://github.com/linuxserver/docker-unifi-controller){: .header-icons } | [:material-docker: Docker](https://hub.docker.com/r/linuxserver/unifi-controller){: .header-icons }|
9+
| [:material-home: Project home](https://www.ui.com/download/unifi/){: .header-icons } | [:octicons-link-16: Docs](https://github.com/linuxserver/docker-unifi-network-application/blob/main/README.md){: .header-icons } | [:octicons-mark-github-16: Github](https://github.com/linuxserver/docker-unifi-network-application){: .header-icons } | [:material-docker: Docker](https://hub.docker.com/r/linuxserver/unifi-network-application){: .header-icons }|
10+
11+
!!! Warning
12+
This role is a replacement for the previous Unifi Controller role. This is not an in-place replacement. In order to migrate, you must perform a full backup from the Unifi web interface, and restore from that backup when running the setup wizard in a fresh instance of the Unifi Network Application.
1013

1114
### 1. Installation
1215

1316
``` shell
1417

15-
sb install sandbox-unifi
18+
sb install sandbox-unifi-network-application
1619

1720
```
1821

1922
### 2. URL
2023

21-
- To access Unifi Controller, visit `https://unifi._yourdomain.com_`
24+
- To access Unifi Network Application, visit `https://unifi._yourdomain.com_`
2225

2326
### 3. Setup
2427

25-
1. Visit the Unifi Controller site at `https://unifi._yourdomain.com_`
28+
1. Visit the Unifi Network Application site at `https://unifi._yourdomain.com_`
2629

2730
2. For Unifi to adopt other devices, e.g. an Access Point, it is required to change the inform IP address. Because Unifi runs inside Docker by default it uses an IP address not accessible by other devices. To change this go to Settings > System Settings > Controller Configuration and set the Controller Hostname/IP to a hostname or IP address accessible by your devices. Additionally the checkbox "Override inform host with controller hostname/IP" has to be checked, so that devices can connect to the controller during adoption (devices use the inform-endpoint during adoption).
2831

@@ -37,11 +40,11 @@ sb install sandbox-unifi
3740

3841
When using a Security Gateway (router) it could be that network connected devices are unable to obtain an ip address. This can be fixed by setting "DHCP Gateway IP", under Settings > Networks > network_name, to a correct (and accessible) ip address.
3942

40-
- [:octicons-link-16: Documentation](https://github.com/linuxserver/docker-unifi-controller/blob/master/README.md){: .header-icons }
43+
- [:octicons-link-16: Documentation](https://github.com/linuxserver/docker-unifi-network-application/blob/master/README.md){: .header-icons }
4144

4245
!!! Note
43-
📢 The default setup only publish the 8080 tcp port, which is the bare minimum to allow communication between your network equipment and Unifi Controller.
44-
Depending on your requirements, you may need additional ports according to the [:octicons-link-16: Documentation](https://github.com/linuxserver/docker-unifi-controller#parameters) .
46+
📢 The default setup only publish the 8080 tcp port, which is the bare minimum to allow communication between your network equipment and Unifi Network Application.
47+
Depending on your requirements, you may need additional ports according to the [:octicons-link-16: Documentation](https://github.com/linuxserver/docker-unifi-network-application#parameters) .
4548

4649
The recommended way to customize these parameters is to use the [inventory](../../saltbox/inventory/index.md).
4750

@@ -50,7 +53,7 @@ sb install sandbox-unifi
5053
```
5154
### Open Specified Ports for the specified container ###
5255
##### Unifi Ports for aditional services #####
53-
unifi_docker_ports_custom:
56+
unifi_network_application_docker_ports_custom:
5457
- "1900:1900/udp" #Required for Make controller discoverable on L2 network option
5558
- "8843:8843/tcp" #Unifi guest portal HTTPS redirect port
5659
- "8880:8880/tcp" #Unifi guest portal HTTP redirect port

docs/sandbox/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
- **[transmissionx](../sandbox/apps/transmissionx.md)** - tag - `sandbox-transmissionx`
133133
- **[trilium](../sandbox/apps/trilium.md)** - tag - `sandbox-trilium`
134134
- **[tubearchivist](../sandbox/apps/tubearchivist.md)** - tag - `sandbox-tubearchivist`
135-
- **[unifi](../sandbox/apps/unifi.md)** - tag - `sandbox-unifi`
135+
- **[unifi-network-application](../sandbox/apps/unifi-network-application.md)** - tag - `sandbox-unifi-network-application`
136136
- **[unmanic](../sandbox/apps/unmanic.md)** - tag - `sandbox-unmanic`
137137
- **[uptime-kuma](../sandbox/apps/uptime-kuma.md)** - tag - `sandbox-uptime-kuma`
138138
- **[varken](../sandbox/apps/varken.md)** - tag - `sandbox-varken`

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ nav:
305305
- Networking:
306306
- Kcptun-client: sandbox/apps/kcptun-client.md
307307
- Kcptun-server: sandbox/apps/kcptun-server.md
308-
- Unifi: sandbox/apps/unifi.md
308+
- Unifi Network Application: sandbox/apps/unifi-network-application.md
309309
- Wireguard: sandbox/apps/wireguard.md
310310
- MakeMKV: sandbox/apps/makemkv.md
311311
- Puddletag: sandbox/apps/puddletag.md

0 commit comments

Comments
 (0)