Commit Graph

244 Commits

Author SHA1 Message Date
S
84801166c9 fix: require GITEA_INTERNAL_URL and GITEA_ADMIN_TOKEN for add and list commands in manage_runner.sh 2026-03-02 10:52:20 -05:00
S
e5fdac6fcf fix: remove GITEA_INTERNAL_URL and GITEA_ADMIN_TOKEN from required variables in manage_runner.sh 2026-03-02 10:51:56 -05:00
S
7e9a42bbdf fix: add runtime derivation details for GITEA_INTERNAL_URL and GITEA_BACKUP_INTERNAL_URL in API documentation 2026-03-02 10:51:48 -05:00
S
fc9ef70045 fix: clarify input validation details and automatic URL derivation in usage guide 2026-03-02 10:51:44 -05:00
S
59d907f6c4 fix: update prompt count in configure_env.sh and clarify internal API URL derivation 2026-03-02 10:51:12 -05:00
S
844fa948c3 fix: remove GITEA_BACKUP_INTERNAL_URL from required variables in phase2_gitea_fedora.sh 2026-03-02 10:51:09 -05:00
S
c30acc5bbf fix: remove GITEA_INTERNAL_URL from required variables in phase1_gitea_unraid.sh 2026-03-02 10:51:04 -05:00
S
2a11825125 fix: remove unnecessary internal URL variables from REQUIRED_VARS in preflight.sh 2026-03-02 10:51:01 -05:00
S
337426f4d7 fix: clarify internal URL settings in .env.example for auto-derivation 2026-03-02 10:50:55 -05:00
S
6e1bf1fd0e fix: update prompt count and clarify messaging for auto-populated variables in configure_env.sh 2026-03-02 10:50:49 -05:00
S
65330d4e00 fix: enhance phase3_teardown.sh with error handling for runner removal 2026-03-02 10:50:27 -05:00
S
c5676679e8 fix: enhance load_env function to derive internal API URLs from container IPs 2026-03-02 10:50:22 -05:00
S
61e450de74 fix: update .env.example to correct script phase reference for auto-populated values 2026-03-02 10:46:29 -05:00
S
828a061af4 fix: update phase2_post_check.sh to clarify Gitea API settings check and improve function naming 2026-03-02 10:40:07 -05:00
S
c3b9a8c5bb fix: enhance phase2_teardown.sh with error handling and user prompts for container and network removal 2026-03-02 10:39:57 -05:00
S
a3342d6612 fix: update phase8_cutover.sh to clarify Docker network requirements and add network existence check 2026-03-02 10:39:50 -05:00
S
82b6a9de95 fix: update Docker Compose template to include Gitea network name variable 2026-03-02 10:39:31 -05:00
S
5582656be0 fix: update Caddy Docker Compose template to use variable for Gitea network name 2026-03-02 10:39:20 -05:00
S
d5edc4d49b fix: update Docker network variable usage for consistency in Fedora deployment script 2026-03-02 10:38:54 -05:00
S
59e3e8e06a fix: streamline Docker network verification and enhance error handling in Unraid setup 2026-03-02 10:38:48 -05:00
S
6882a6cd7a fix: enhance Gitea teardown script with error handling and safety checks 2026-03-02 09:29:32 -05:00
S
d307361810 fix: update organization existence check and enhance Gitea Actions API accessibility verification 2026-03-02 09:29:28 -05:00
S
1ac02ad10d fix: ensure data directories exist before creating them in Unraid setup 2026-03-02 09:29:22 -05:00
S
c5190020de fix: load environment variables early for runners.conf validation 2026-03-02 09:21:45 -05:00
S
4954e04825 fix: enhance repo validation to support comma-separated lists and expand multi-repo runners 2026-03-02 09:16:07 -05:00
S
37e855b210 fix: update usage guide to clarify network setup and add runner scoping instructions 2026-03-02 09:16:03 -05:00
S
ccca97a4b3 fix: update requirements in README for passwordless sudo on Unraid and Fedora 2026-03-02 09:15:58 -05:00
S
31e8553752 fix: update preflight checks for runners.conf and DNS validation 2026-03-02 09:15:52 -05:00
S
7bf3a1bfd5 fix: add validation for comma-separated repos in registration token resolution 2026-03-02 09:15:47 -05:00
S
b22a95522b fix: update runners.conf.example to clarify repo token fetching for multiple repositories 2026-03-02 09:15:43 -05:00
S
4919293a6e fix: add functions to copy and remove INI sections in common.sh 2026-03-02 09:15:36 -05:00
S
fe5023b3ee fix: add python3 verification for preflight DNS checks in macbook setup script 2026-03-02 09:15:20 -05:00
S
22bf55010b fix: update usage guide to include instructions for enabling passwordless sudo on remote hosts 2026-03-02 08:53:23 -05:00
S
e8e2c845d9 fix: add validation for runner host and type combinations in configuration wizard 2026-03-02 08:52:33 -05:00
S
9afd4ee537 fix: enhance prompt_var function to support optional_path validation for SSH key inputs 2026-03-02 08:52:29 -05:00
S
de48dad967 fix: enhance .env loading to safely parse key-value pairs and handle special characters 2026-03-02 08:52:25 -05:00
S
97220181d8 fix: add host/type compatibility checks in runners.ini format validation 2026-03-02 08:52:21 -05:00
S
c5f9bb506f fix: validate runner host and type combinations in parse_runner_entry function 2026-03-02 08:51:43 -05:00
S
f82c98513f fix: update SSH key description for clarity in .env.example 2026-03-02 08:51:38 -05:00
S
4a90e8eaab fix: update Docker installation command for DNF5 compatibility in fedora.sh 2026-03-02 08:51:32 -05:00
S
0d1593027a fix: update default data_path description and increase default capacity in runners.conf.example 2026-03-02 08:13:30 -05:00
S
3d39a9ef07 fix: remove redundant environment variable entries in common.sh 2026-03-02 08:13:25 -05:00
S
4135f9d5c0 fix: update total prompt count in configure_env.sh to reflect changes in fixed prompts 2026-03-02 08:12:35 -05:00
S
5c60d321ab fix: update .env loading comments and adjust default path handling for runners 2026-03-02 08:12:31 -05:00
S
2a993b07df fix: update interactive .env wizard prompt count in configure_env.sh 2026-03-02 08:12:26 -05:00
S
c5e3f43806 fix: update capacity validation to default to 1 if empty in preflight checks 2026-03-02 08:12:21 -05:00
S
b2cf192707 fix: update parameter descriptions and prompt counts in implementation plan 2026-03-02 08:12:16 -05:00
S
29d9523f44 fix: remove docker-compose.yml after stopping Docker runner to enhance security 2026-03-02 08:12:10 -05:00
S
b2520bec0e fix: remove unused runner data path variables from .env.example 2026-03-02 08:12:04 -05:00
S
13f73b850f docs: fix stale references in PLAN, contracts, README
- README.md: update prompt count ~65 to ~70
- contracts/gitea-api.md: fix "Used in" annotations — POST
  branch_protections is Phase 7 only (not Phase 9), DELETE
  branch_protections is Phase 7 teardown only (Phase 9 uses PATCH),
  add missing used-in entries for GET commits and GET contents
- PLAN.md: replace stale UNRAID_GITEA_PORT/FEDORA_GITEA_PORT with
  macvlan vars, update REPO_N_NAME to REPO_NAMES, fix version defaults
  (1.23->1.25, 0.2.11->0.3.0), add missing setup/ files to tree,
  fix prompt table to match current ~70 variables, update require_vars
  lists to match actual scripts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 13:21:40 -05:00