From 4c6d446868dfeef5f7481391af502c9bda3d64ca Mon Sep 17 00:00:00 2001 From: arabcoders Date: Mon, 12 May 2025 22:30:22 +0300 Subject: [PATCH] Add notice about autoconfigure. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d22d7127..5d59a80f 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,10 @@ container, but it will be mapped to the user in which the command was run under. After starting the container, you can access the WebUI by visiting `http://localhost:8080` in your browser. +> [!NOTE] +> The very first time you access the WebUI, we will attempt to autoconfigure your API connection. Should this fail, you +> can manually configure the API connection by following the instructions below. + At the start you won't see anything as the `WebUI` is decoupled from the WatchState and need to be configured to be able to access the API. In the top right corner, you will see a cogwheel icon, click on it and then Configure the connection settings.