You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ After setup, the web UI is available at https://ip:8443. The application can be
64
64
65
65
### Setting Up Your External Database
66
66
67
-
Formally only mongodb 3.6 through 4.4 are supported, however, it has been reported that newer versions will work. If you choose to use a newer version be aware that you will not be operating a supported configuration.
67
+
Starting with version 8.1 of Unifi Network Application, mongodb 3.6 through 7.0 are supported.
68
68
69
69
**Make sure you pin your database image version and do not use `latest`, as mongodb does not support automatic upgrades between major versions.**
@@ -227,7 +227,7 @@ Containers are configured using parameters passed at runtime (such as those abov
227
227
|`-e MEM_STARTUP=1024`| Optionally change the Java initial/minimum memory (in Megabytes). Set to `default` to reset to default |
228
228
|`-e MONGO_TLS=`| Mongodb enable [TLS](https://www.mongodb.com/docs/manual/reference/connection-string/#mongodb-urioption-urioption.tls). Only evaluated on first run. |
229
229
|`-e MONGO_AUTHSOURCE=`| Mongodb [authSource](https://www.mongodb.com/docs/manual/reference/connection-string/#mongodb-urioption-urioption.authSource). For Atlas set to `admin`.Defaults to `MONGO_DBNAME`.Only evaluated on first run. |
230
-
|`-v /config`|All Unifi data stored here|
230
+
|`-v /config`|Persistent config files|
231
231
232
232
## Environment variables from files (Docker secrets)
Formally only mongodb 3.6 through 4.4 are supported, however, it has been reported that newer versions will work. If you choose to use a newer version be aware that you will not be operating a supported configuration.
64
+
Starting with version 8.1 of Unifi Network Application, mongodb 3.6 through 7.0 are supported.
65
65
66
66
**Make sure you pin your database image version and do not use `latest`, as mongodb does not support automatic upgrades between major versions.**
67
67
@@ -95,9 +95,9 @@ app_setup_block: |
95
95
### Device Adoption
96
96
97
97
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 > Advanced and set the Inform Host to a hostname or IP address accessible by your devices. Additionally the checkbox "Override" has to be checked, so that devices can connect to the controller during adoption (devices use the inform-endpoint during adoption).
98
-
98
+
99
99
Note that you must use 8080:8080. If you MUST change the port, it must be changed on both sides and manually changed in your system.properties file. Otherwise, devices will initially communicate and then break after.
100
-
100
+
101
101
**Please note, Unifi change the location of this option every few releases so if it's not where it says, search for "Inform" or "Inform Host" in the settings.**
102
102
103
103
In order to manually adopt a device take these steps:
0 commit comments