From 07df216ca0c150024f1e2ab541d76cb8ceef17fa Mon Sep 17 00:00:00 2001 From: TheSpad Date: Wed, 6 Sep 2023 20:03:41 +0100 Subject: [PATCH] Add deprecation warning to readme --- README.md | 8 ++++++-- readme-vars.yml | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 74fde51f..d9ee49c7 100644 --- a/README.md +++ b/README.md @@ -68,12 +68,16 @@ This image provides various versions that are available via tags. Please read th | mongoless | ✅ | Stable Unifi Controller releases without mongodb included. | ## Application Setup -The webui is at https://ip:8443, setup with the first run wizard. +### From 2024-01-01 this image will be deprecated and it will no longer be updated. Please migrate to our [Unifi Network Application](https://github.com/linuxserver/docker-unifi-network-application) image instead + +See: [https://info.linuxserver.io/issues/2023-09-06-unifi-controller](https://info.linuxserver.io/issues/2023-09-06-unifi-controller) for more information. -### 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. +The webui is at https://ip:8443, setup with the first run wizard. 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). +**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.** + In order to manually adopt a device take these steps: ``` diff --git a/readme-vars.yml b/readme-vars.yml index b3f23d2d..66aa4c06 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -52,12 +52,16 @@ opt_param_ports: # application setup block app_setup_block_enabled: true app_setup_block: | - The webui is at https://ip:8443, setup with the first run wizard. + ### From 2024-01-01 this image will be deprecated and it will no longer be updated. Please migrate to our [Unifi Network Application](https://github.com/linuxserver/docker-unifi-network-application) image instead + + See: [https://info.linuxserver.io/issues/2023-09-06-unifi-controller](https://info.linuxserver.io/issues/2023-09-06-unifi-controller) for more information. - ### 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. + The webui is at https://ip:8443, setup with the first run wizard. 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). + **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.** + In order to manually adopt a device take these steps: ```