From a27cd0e2dbff166305dd6a2f8508c3b643e8b55f Mon Sep 17 00:00:00 2001 From: thespad Date: Tue, 14 Jul 2026 20:32:34 +0000 Subject: [PATCH] Rebase to resolute --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- README.md | 3 ++- readme-vars.yml | 3 ++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0fdc1b0..4d110a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM ghcr.io/linuxserver/baseimage-ubuntu:noble +FROM ghcr.io/linuxserver/baseimage-ubuntu:resolute # set version label ARG BUILD_DATE diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index fdfd9f5..bb3c59d 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-noble +FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-resolute # set version label ARG BUILD_DATE diff --git a/README.md b/README.md index 19a583a..cb7e864 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ You can also run the commands directly against the database using either `mongo` ### Device Adoption -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). +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 UniFi Devices > Device Updates and Settings > Device SSH Settings, enable Inform Host Override and set the Inform Host to a hostname or IP address accessible by your devices (devices use the inform-endpoint during adoption). 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. @@ -418,6 +418,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **14.07.26:** - Rebase to Ubuntu Resolute. * **20.04.26:** - Bump JRE to v25 to support v10.3+ of the application. * **20.10.25:** - Switch to using FW API endpoint for version checks. * **08.05.25:** - Update sample `init-mongo.sh` for compatibility with 9.1.120 (only affects new installs). diff --git a/readme-vars.yml b/readme-vars.yml index fc27f3e..045b7f5 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -114,7 +114,7 @@ app_setup_block: | ### Device Adoption - 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). + 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 UniFi Devices > Device Updates and Settings > Device SSH Settings, enable Inform Host Override and set the Inform Host to a hostname or IP address accessible by your devices (devices use the inform-endpoint during adoption). 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. @@ -183,6 +183,7 @@ init_diagram: | "unifi-network-application:latest" <- Base Images # changelog changelogs: + - {date: "14.07.26:", desc: "Rebase to Ubuntu Resolute."} - {date: "20.04.26:", desc: "Bump JRE to v25 to support v10.3+ of the application."} - {date: "20.10.25:", desc: "Switch to using FW API endpoint for version checks."} - {date: "08.05.25:", desc: "Update sample `init-mongo.sh` for compatibility with 9.1.120 (only affects new installs)."}