Commit Graph

232 Commits

Author SHA1 Message Date
S
13dd93a1aa fix: use sudo for data removal in phase1_teardown.sh to ensure permissions 2026-03-02 19:19:54 -05:00
S
6716cb5ba8 fix: add migrations section to app.ini.tpl for local network allowance 2026-03-02 19:12:44 -05:00
S
9e5ce55bb7 fix: ensure data directories on Fedora are created only if necessary 2026-03-02 13:09:58 -05:00
S
439f365fcf fix: update organization existence check to verify Gitea API settings endpoint 2026-03-02 13:05:25 -05:00
S
a7555d65cb fix: refactor organization creation payload to use jq for JSON formatting 2026-03-02 13:05:22 -05:00
S
ab1d781ccc fix: remove GITEA_DB_HOST and related references from Fedora deployment script 2026-03-02 12:04:17 -05:00
S
88ea0b4f1d fix: remove GITEA_DB_HOST and related references from Unraid deployment script 2026-03-02 12:04:12 -05:00
S
48cb1630ff fix: remove GITEA_DB_HOST requirement from configuration script 2026-03-02 12:04:07 -05:00
S
4d156c30db fix: update required variables for Fedora configuration to include compose directory 2026-03-02 12:04:01 -05:00
S
4e7070001e fix: adjust total prompt count and remove unused database IP prompts in configuration script 2026-03-02 12:03:50 -05:00
S
8082603e64 fix: update variable requirements for Gitea configuration to reflect changes in Macvlan networking 2026-03-02 12:03:45 -05:00
S
409c3054aa fix: update database host configuration to clarify automatic resolution via Docker DNS 2026-03-02 12:03:40 -05:00
S
92dc4075b5 fix: adjust total prompt count and remove unused database IP prompts in configuration script 2026-03-02 12:03:29 -05:00
S
891ce9f2b6 fix: update docker-compose template to include internal network configuration for gitea 2026-03-02 12:03:12 -05:00
S
88746cbb53 fix: remove GITEA_DB_HOST from conditional database variables and adjust optional variables 2026-03-02 12:03:05 -05:00
S
36886ef1a0 fix: update database host configuration to use a consistent format 2026-03-02 12:02:52 -05:00
S
3d03398cb3 fix: remove unused database IP variables from environment configuration 2026-03-02 12:02:47 -05:00
S
f3752df331 fix: ensure idempotency by removing existing restore token before regeneration 2026-03-02 11:55:23 -05:00
S
25a28d78f0 fix: update usage guide to include non-interactive execution option for teardown scripts 2026-03-02 11:55:06 -05:00
S
9b9cd1d289 fix: include UNRAID_COMPOSE_DIR in variable requirements and update Caddy paths in phase8_teardown.sh 2026-03-02 11:44:02 -05:00
S
285f83c897 fix: include UNRAID_COMPOSE_DIR in variable requirements and update paths in restore_to_primary.sh 2026-03-02 11:43:58 -05:00
S
fa8bd7b0ad fix: update prompt count and include UNRAID_COMPOSE_DIR and FEDORA_COMPOSE_DIR in environment variable prompts 2026-03-02 11:43:54 -05:00
S
ad3c1495eb fix: include UNRAID_COMPOSE_DIR in variable requirements and update Caddy paths in phase8_cutover.sh 2026-03-02 11:43:50 -05:00
S
e05124f6f1 fix: include FEDORA_COMPOSE_DIR in variable requirements and update paths in phase2_teardown.sh 2026-03-02 11:43:04 -05:00
S
5ba53e11a3 fix: include FEDORA_COMPOSE_DIR in variable requirements and update paths in phase2_gitea_fedora.sh 2026-03-02 11:43:00 -05:00
S
efff379b80 fix: include UNRAID_COMPOSE_DIR in variable requirements and update paths in phase1_teardown.sh 2026-03-02 11:42:56 -05:00
S
8e2bc35781 fix: update phase1_gitea_unraid.sh to include UNRAID_COMPOSE_DIR for docker-compose handling 2026-03-02 11:42:52 -05:00
S
faada23b8c fix: add UNRAID and FEDORA compose directory variables to environment variable validation 2026-03-02 11:41:56 -05:00
S
56550abd9c fix: centralize compose directory handling for Unraid and Fedora runners 2026-03-02 11:41:50 -05:00
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