fix: update prompt count in configure_env.sh and clarify internal API URL derivation

This commit is contained in:
S
2026-03-02 10:51:12 -05:00
parent 844fa948c3
commit 59d907f6c4

View File

@@ -67,7 +67,7 @@ gitea-migration/
├── runners.conf.example # Runner definitions template
├── lib/common.sh # Shared functions + .env validators
├── setup/
│ ├── configure_env.sh # Interactive .env wizard (~65 prompts)
│ ├── configure_env.sh # Interactive .env wizard (~63 prompts)
│ ├── configure_runners.sh # Interactive runner definition wizard
│ ├── macbook.sh # Local prerequisites (brew packages)
│ ├── unraid.sh # Remote prerequisites (static binaries)
@@ -236,4 +236,6 @@ cp runners.conf.example runners.conf
./run_all.sh
```
Internal API URLs are not manually configured: scripts derive `GITEA_INTERNAL_URL` from `UNRAID_GITEA_IP` and `GITEA_BACKUP_INTERNAL_URL` from `FEDORA_GITEA_IP`.
See [USAGE_GUIDE.md](USAGE_GUIDE.md) for the full walkthrough, edge cases, and rollback procedures.