fix: clarify input validation details and automatic URL derivation in usage guide

This commit is contained in:
S
2026-03-02 10:51:44 -05:00
parent 59d907f6c4
commit fc9ef70045

View File

@@ -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