From 59d907f6c42955f71fb4d40b01b68a2d5d469f19 Mon Sep 17 00:00:00 2001 From: S Date: Mon, 2 Mar 2026 10:51:12 -0500 Subject: [PATCH] fix: update prompt count in configure_env.sh and clarify internal API URL derivation --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8b2a5d..6245103 100644 --- a/README.md +++ b/README.md @@ -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.