fix: clarify input validation details and automatic URL derivation in usage guide
This commit is contained in:
@@ -81,7 +81,8 @@ cp runners.conf.example runners.conf
|
|||||||
./setup/configure_runners.sh
|
./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:
|
Network-level failure (connection refused, DNS resolution failed, timeout). Verify:
|
||||||
- The target service is running
|
- The target service is running
|
||||||
- Firewall rules allow the connection
|
- 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
|
### Reading logs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user