Commit Graph

  • c64024613b fix: remove error message and exit on build failure in update_script function John Doe 2026-03-05 15:26:04 -05:00
  • 420dee4678 fix: improve update_script function by enhancing structure and readability John Doe 2026-03-05 15:24:13 -05:00
  • efb6329952 fix: streamline update_script function by consolidating service stop and backup logic John Doe 2026-03-05 15:22:16 -05:00
  • aeb49678d8 fix: add informational messages for stopping LocalAGI service in update_script function John Doe 2026-03-05 15:19:41 -05:00
  • b64645a4f5 fix: refactor update_script function to improve readability by separating commands onto individual lines John Doe 2026-03-05 15:16:24 -05:00
  • c0de2c9242 fix: enhance update_script function with additional informational messages during backup and restore processes John Doe 2026-03-05 15:14:06 -05:00
  • dd1dd63a19 fix: update backup file path in update_script function to use /tmp directory John Doe 2026-03-05 15:12:00 -05:00
  • 5d391c333f Merge branch 'LocalAGI' of https://github.com/BillyOutlast/ProxmoxVED into LocalAGI John Doe 2026-03-05 15:09:21 -05:00
  • 23eb101dca fix: streamline update_script function by removing unnecessary directory change and cleanup steps John Doe 2026-03-05 15:09:20 -05:00
  • 5d9a24f8f3 Merge branch 'community-scripts:main' into LocalAGI BillyOutlast 2026-03-05 13:54:49 -05:00
  • 268d260fdc fix: simplify localagi-install.sh by removing redundant messages and streamlining installation steps John Doe 2026-03-05 13:37:58 -05:00
  • 33ba83a416 fix: streamline update_script function by removing redundant messages and backup logic John Doe 2026-03-05 13:36:48 -05:00
  • 0fa6e172cf - CanbiZ (MickLesk) 2026-03-05 16:49:25 +01:00
  • ab88156e2e Add NOT_SECURED and newrelic stub CanbiZ (MickLesk) 2026-03-05 16:31:07 +01:00
  • 04dea4d2aa Delete ddclient (ct) after migration to ProxmoxVE (#1540) github-actions[bot] 2026-03-05 14:59:19 +00:00
  • 11b5a30ff8 Delete netbird (ct) after migration to ProxmoxVE (#1539) github-actions[bot] 2026-03-05 14:58:43 +00:00
  • cb1e2728e9 some fixes CanbiZ (MickLesk) 2026-03-05 15:14:42 +01:00
  • a9a053720e cleanup CanbiZ (MickLesk) 2026-03-05 14:40:44 +01:00
  • f31c7e1bf8 Delete papra (ct) after migration to ProxmoxVE (#1537) github-actions[bot] 2026-03-05 12:50:59 +00:00
  • 14396ea2a3 fixes CanbiZ (MickLesk) 2026-03-05 09:27:40 +01:00
  • a82d63cbd3 fix: replace restart with enable for LocalAGI service startup John Doe 2026-03-04 22:16:31 -05:00
  • 6ac2534aff fix: reload systemd daemon before restarting LocalAGI service John Doe 2026-03-04 22:16:07 -05:00
  • 76efff96bc fix: remove outdated service information from localagi.json John Doe 2026-03-04 22:13:55 -05:00
  • 5354ce8b04 fix: improve environment backup and restore process in update_script function John Doe 2026-03-04 22:13:04 -05:00
  • a0282db2dd fix: suppress output during Bun installation for cleaner logs John Doe 2026-03-04 21:59:51 -05:00
  • 6f84e271ab fix: add EnvironmentFile directive to LocalAGI service John Doe 2026-03-04 21:59:18 -05:00
  • 57b20c7025 fix: remove installation checks from update_script function John Doe 2026-03-04 21:54:02 -05:00
  • be5ed7d43f fix: remove version recording for installed LocalAGI John Doe 2026-03-04 21:53:26 -05:00
  • 3ec7fb917e fix: update Bun installation command to ensure proper execution John Doe 2026-03-04 21:49:02 -05:00
  • 21f82e39bb fix: separate Bun installation command for better error handling John Doe 2026-03-04 21:41:15 -05:00
  • 2352877bae fix: correct syntax error in Bun installation command John Doe 2026-03-04 21:37:30 -05:00
  • 6a721f0b67 fix: update script source URL to use community-scripts repository John Doe 2026-03-04 21:25:31 -05:00
  • c42df79542 fix: simplify Bun installation process by removing conditional checks and fallback to npm John Doe 2026-03-04 21:17:55 -05:00
  • 4d4d5ae751 fix: streamline LocalAGI service creation by removing unnecessary options and verification step John Doe 2026-03-04 21:15:57 -05:00
  • 8b441033ba fix: ensure proper command execution during LocalAGI source build process John Doe 2026-03-04 21:13:25 -05:00
  • 0ce45197f6 fix: improve Bun installation process and ensure proper command execution John Doe 2026-03-04 21:11:08 -05:00
  • 75578ab173 fix: remove unused health check function from localagi.sh John Doe 2026-03-04 21:08:20 -05:00
  • 50402cec02 fix: update source URL for build functions in localagi.sh John Doe 2026-03-04 21:01:01 -05:00
  • 9a74d59517 fix: simplify build process in localagi-install.sh by removing subshell John Doe 2026-03-04 20:59:54 -05:00
  • 7ece196cff fix: refactor LocalAGI service configuration to use systemd drop-in override John Doe 2026-03-04 20:59:14 -05:00
  • 8a3d6f3a2b fix: update source URL and improve Bun installation in LocalAGI scripts John Doe 2026-03-04 20:58:03 -05:00
  • b844eab504 feat: enhance LocalAGI installation and update process with version checks and improved Bun installation John Doe 2026-03-04 20:50:35 -05:00
  • 3bbc5a933b fix: update source URL for build functions in localagi.sh John Doe 2026-03-04 20:45:55 -05:00
  • 05ea89e3d0 feat: add health check and release tag recording for LocalAGI installation and updates John Doe 2026-03-04 20:45:04 -05:00
  • a6f13f3e30 feat: implement systemd drop-in override for LocalAGI service hardening John Doe 2026-03-04 20:43:45 -05:00
  • 92e3192cb7 feat: add user creation and systemd unit hardening for LocalAGI installation John Doe 2026-03-04 20:41:55 -05:00
  • d0803f96d8 feat: enhance LocalAGI installation with user creation and service hardening John Doe 2026-03-04 20:41:07 -05:00
  • ff80094629 Merge branch 'community-scripts:main' into LocalAGI BillyOutlast 2026-03-04 17:32:55 -05:00
  • f9eea806dd fix: simplify LocalAGI build process by removing error handling John Doe 2026-03-04 15:53:30 -05:00
  • a5c85d465c fix: remove service recovery logic from LocalAGI installation script John Doe 2026-03-04 15:52:02 -05:00
  • 5b865bba63 fix: remove backend mode configuration from LocalAGI installation script John Doe 2026-03-04 15:50:38 -05:00
  • 8252698a45 Merge branch 'LocalAGI' of https://github.com/BillyOutlast/ProxmoxVED into LocalAGI John Doe 2026-03-04 15:48:13 -05:00
  • fb6a07611b fix: simplify dependency installation by removing unnecessary packages in localagi-install.sh John Doe 2026-03-04 15:48:12 -05:00
  • 99190f8fa6 Update install/localagi-install.sh BillyOutlast 2026-03-04 15:48:06 -05:00
  • a9720a1006 CaddyManager: update ct script tremor021 2026-03-04 21:45:44 +01:00
  • 99b1a773dc fix: remove cleanup function and related logic for LocalAGI service recovery in localagi.sh John Doe 2026-03-04 15:40:13 -05:00
  • b9a7425ff2 CaddyManager: update ct script tremor021 2026-03-04 21:31:59 +01:00
  • c01caf7a1a CaddyManager: update ct script tremor021 2026-03-04 21:21:39 +01:00
  • 57150c29de CaddyManager: update ct script tremor021 2026-03-04 21:08:19 +01:00
  • ff04bb45a9 CaddyManager: update ct script tremor021 2026-03-04 21:04:49 +01:00
  • 87cb94c8ca fix: update URL output format in localagi.sh to include port number John Doe 2026-03-04 12:29:44 -05:00
  • 975f5bcbbe fix: remove dynamic COMMUNITY_SCRIPTS_URL assignment in localagi.sh John Doe 2026-03-04 12:27:25 -05:00
  • 00db7c9fcf fix: update COMMUNITY_SCRIPTS_URL assignment for dynamic sourcing in localagi.sh John Doe 2026-03-04 12:24:55 -05:00
  • d15ef86fab fix: remove curl debug logging function and related variable in localagi.sh John Doe 2026-03-04 12:23:23 -05:00
  • 13aab6df05 fix: add curl function with debug logging for error handling in localagi.sh John Doe 2026-03-04 12:22:48 -05:00
  • 45fd4d2d98 fix: remove dynamic COMMUNITY_SCRIPTS_URL assignment and header creation logic in localagi.sh John Doe 2026-03-04 12:17:58 -05:00
  • eb95857830 fix: update COMMUNITY_SCRIPTS_URL assignment in localagi.sh John Doe 2026-03-04 12:15:50 -05:00
  • c4019eeeb5 fix: add header creation logic for LocalAGI setup John Doe 2026-03-04 12:13:40 -05:00
  • ebdb4db5e5 fix: enhance environment backup validation during LocalAGI updates John Doe 2026-03-04 10:45:58 -05:00
  • b2fd9b23b7 fix: implement recovery mechanism for LocalAGI service during installation John Doe 2026-03-04 10:44:10 -05:00
  • 2797550b7e fix: implement cleanup function for LocalAGI service recovery during updates John Doe 2026-03-04 10:43:50 -05:00
  • c379261168 fix: update author information in localagi.sh and localagi-install.sh John Doe 2026-03-04 10:42:01 -05:00
  • 8db69a2dd7 fix: add missing URL output for LocalAGI setup completion John Doe 2026-03-04 10:41:02 -05:00
  • 2e7e6507f6 refactor: remove redundant IP address retrieval logic from localagi.sh John Doe 2026-03-04 10:38:12 -05:00
  • 90fc8fb1c7 refactor: simplify localagi-install.sh by removing GO_VERSION variable from setup_go John Doe 2026-03-04 10:30:43 -05:00
  • dc7d9fcb82 refactor: update log message for backend mode configuration in update_script function John Doe 2026-03-04 10:24:37 -05:00
  • 521c74d2ba refactor: simplify localagi.sh by removing redundant variables and streamlining update_script function John Doe 2026-03-04 10:16:45 -05:00
  • 6261ee8c34 refactor: streamline localagi-install.sh by removing redundant comments and simplifying build process John Doe 2026-03-04 10:10:05 -05:00
  • 86d22a060a refactor: simplify update_script function by removing redundant comments and streamlining logic John Doe 2026-03-04 10:08:45 -05:00
  • 610d12be9c refactor: streamline LocalAGI build process in update_script function John Doe 2026-03-04 10:06:53 -05:00
  • fd820b026b refactor: remove set_env_var function and streamline LOCALAGI_LLM_API_URL migration logic John Doe 2026-03-04 10:05:58 -05:00
  • 931af95855 Update install/localagi-install.sh BillyOutlast 2026-03-04 10:03:30 -05:00
  • 2055148dac Update ct/localagi.sh BillyOutlast 2026-03-04 10:02:59 -05:00
  • 614a0c0089 fix: ensure update_script exits with error code on failure John Doe 2026-03-04 10:02:22 -05:00
  • 66e16ba974 Use GitHub raw URL for build.func Poulette 2026-03-04 14:30:10 +01:00
  • 2afbe78348 Add fetch_and_deploy_gl_release tremor021 2026-03-04 12:34:52 +01:00
  • 1ce31bd622 add github actions runner Michel Roegl-Brunner 2026-03-04 10:21:22 +01:00
  • 14437d9482 add github actions runner Michel Roegl-Brunner 2026-03-04 10:19:56 +01:00
  • 74e57d61e2 add github actions runner Michel Roegl-Brunner 2026-03-04 10:12:25 +01:00
  • be0b17c171 Update push_json_to_pocketbase.yml Michel Roegl-Brunner 2026-03-04 10:06:28 +01:00
  • f6cb6fa8a8 feat: update interface port for LocalAGI from 8080 to 3000 John Doe 2026-03-04 00:49:42 -05:00
  • 4895935b4a feat: reduce CPU allocation from 4 to 2 in LocalAGI configuration John Doe 2026-03-04 00:47:21 -05:00
  • c5bbc2f81d feat: update LocalAGI resource configurations to reduce RAM to 4GB and disk size to 20GB John Doe 2026-03-04 00:46:51 -05:00
  • abf9c8e78b feat: refactor LocalAGI backend configuration to use external-LLM mode and update disk size to 30GB John Doe 2026-03-04 00:46:36 -05:00
  • 7ec67de15c feat: update LOCALAGI_LLM_API_URL to Ollama-compatible endpoint and enhance documentation John Doe 2026-03-04 00:42:39 -05:00
  • d49a8d04cd feat: update ROCm installation commands to use standardized functions John Doe 2026-03-04 00:35:43 -05:00
  • 83847ad98f feat: update logo URL in LocalAGI configuration to use CDN John Doe 2026-03-04 00:32:00 -05:00
  • 79b5cb70af feat: enhance LocalAGI /dev/kfd passthrough handling based on GPU type and backend John Doe 2026-03-04 00:31:29 -05:00
  • 390f2ff178 feat: increase default disk size to 60GB in LocalAGI installation scripts John Doe 2026-03-04 00:29:38 -05:00
  • 4cdfa49460 feat: add backend detection for LocalAGI installation based on host GPU John Doe 2026-03-04 00:25:11 -05:00