Skip to content
This repository was archived by the owner on Jan 7, 2024. It is now read-only.

Commit 4711b3f

Browse files
committed
Update readme
1 parent df80c04 commit 4711b3f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The webui is at https://ip:8443, setup with the first run wizard.
7171

7272
### 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.
7373

74-
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).
74+
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).
7575

7676
In order to manually adopt a device take these steps:
7777

@@ -96,7 +96,7 @@ Create your databases with:
9696

9797
`mongo --eval 'db.getSiblingDB("MONGO_DBNAME_stat").createUser({user: "MONGO_USER", pwd: "MONGO_PASS", roles: [{role: "readWrite", db: "MONGO_DBNAME_stat"}]})'`
9898

99-
Being sure to replace the placeholders with the same values you supplied to the Unifi container.
99+
Being sure to replace the placeholders with the same values you supplied to the Unifi container. It is assumed if you are choosing to use this image tag then you have a good understanding of mongodb and how to manage external database configuration for Unifi Controller.
100100

101101
### Strict reverse proxies
102102

@@ -308,7 +308,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
308308

309309
## Versions
310310

311-
* **08.03.23:** - Add mongoless branch.
311+
* **18.03.23:** - Add mongoless branch.
312312
* **20.02.23:** - Migrate to s6v3, install deb package on build, fix permissions.
313313
* **23.01.23:** - Exclude `run` from `/config` volume.
314314
* **30.11.22:** - Bump JRE to 11.

readme-vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ app_setup_block: |
8585
8686
`mongo --eval 'db.getSiblingDB("MONGO_DBNAME_stat").createUser({user: "MONGO_USER", pwd: "MONGO_PASS", roles: [{role: "readWrite", db: "MONGO_DBNAME_stat"}]})'`
8787
88-
Being sure to replace the placeholders with the same values you supplied to the Unifi container.
88+
Being sure to replace the placeholders with the same values you supplied to the Unifi container. It is assumed if you are choosing to use this image tag then you have a good understanding of mongodb and how to manage external database configuration for Unifi Controller.
8989
9090
# changelog
9191
changelogs:
92-
- { date: "08.03.23:", desc: "Add mongoless branch."}
92+
- { date: "18.03.23:", desc: "Add mongoless branch."}
9393
- { date: "20.02.23:", desc: "Migrate to s6v3, install deb package on build, fix permissions."}
9494
- { date: "23.01.23:", desc: "Exclude `run` from `/config` volume."}
9595
- { date: "30.11.22:", desc: "Bump JRE to 11."}

0 commit comments

Comments
 (0)