From 23e9982a7a2d6695ccb967ae3e5e1091447e35cc Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 8 Apr 2025 13:57:15 -0700 Subject: [PATCH] Documentation: clarify unique subgroups requirement --- docs/troubleshooting/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting/index.md b/docs/troubleshooting/index.md index 815504390..c62337e9e 100644 --- a/docs/troubleshooting/index.md +++ b/docs/troubleshooting/index.md @@ -20,7 +20,7 @@ All service widgets work essentially the same, that is, homepage makes a proxied 1. URLs should not end with a / or other API path. Each widget will handle the path on its own. -2. All services with a widget require a unique name. +2. All services with a widget require a unique name as well as a unique group (and all subgroups) name. 3. Verify the homepage installation can connect to the IP address or host you are using for the widget `url`. This is most simply achieved by pinging the server from the homepage machine, in Docker this means _from inside the container_ itself, e.g.: