Commit Graph

253 Commits

Author SHA1 Message Date
S
59285d0b35 fix: update Unraid commands to use environment variable for compose directory 2026-03-02 11:41:45 -05:00
S
0678d19d5d fix: add missing UNRAID and FEDORA compose directory variables in .env.example 2026-03-02 11:41:39 -05:00
S
62c9e0f2bb feat: add --yes support to teardown scripts 2026-03-02 11:32:01 -05:00
S
57ceae3bd5 fix: add symlink registration for Unraid Compose Manager dashboard 2026-03-02 11:06:24 -05:00
S
bcbbdb7364 fix: run Gitea admin user creation command as 'git' user in Fedora script 2026-03-02 11:05:25 -05:00
S
23e93c5124 fix: run Gitea admin user creation command as 'git' user in Unraid 2026-03-02 11:05:19 -05:00
S
e6ee303f8a fix: disable SSH server startup in app.ini.tpl 2026-03-02 11:01:13 -05:00
S
12b063d993 fix: update load_env function to derive GITEA_INTERNAL_URL and GITEA_BACKUP_INTERNAL_URL from IP variables 2026-03-02 10:52:33 -05:00
S
8599cd3e1e fix: remove variable requirements for GITEA_INTERNAL_URL and GITEA_ADMIN_TOKEN in phase3_teardown.sh 2026-03-02 10:52:28 -05:00
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