From fc9ef70045578b77c9e7c5151c1386f7efa0918b Mon Sep 17 00:00:00 2001 From: S Date: Mon, 2 Mar 2026 10:51:44 -0500 Subject: [PATCH] fix: clarify input validation details and automatic URL derivation in usage guide --- USAGE_GUIDE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/USAGE_GUIDE.md b/USAGE_GUIDE.md index 1c14c2a..d7884da 100644 --- a/USAGE_GUIDE.md +++ b/USAGE_GUIDE.md @@ -81,7 +81,8 @@ cp runners.conf.example runners.conf ./setup/configure_runners.sh ``` -The wizard validates every input (IP format, port ranges, URL format, password length) and shows your current values in brackets so you can press Enter to keep them. +The wizard validates every input (IP format, port ranges, path format, password length) and shows your current values in brackets so you can press Enter to keep them. +Internal Gitea API URLs are derived automatically from `UNRAID_GITEA_IP` and `FEDORA_GITEA_IP`. --- @@ -754,7 +755,7 @@ Gitea didn't start within the timeout window (120 seconds). Check: Network-level failure (connection refused, DNS resolution failed, timeout). Verify: - The target service is running - Firewall rules allow the connection -- The URL in `.env` is correct (check for typos in IP/port) +- The corresponding container IP in `.env` is correct (`UNRAID_GITEA_IP` or `FEDORA_GITEA_IP`) ### Reading logs