Commit Graph

60 Commits

Author SHA1 Message Date
courtmanr@gmail.com 6d11f554a5 feat(install): make .env overwrite prompt friendlier and less alarming for users 2025-04-23 14:41:04 +01:00
courtmanr@gmail.com 63bc98d67a fix(install): always prompt for auto-update if no cron job found, even if crontab is empty 2025-04-23 14:30:53 +01:00
courtmanr@gmail.com 33c07380b0 fix(install): show actual cron command and comment in schedule prompt 2025-04-23 14:25:03 +01:00
courtmanr@gmail.com 0313a2f620 feat(install): clarify .env overwrite and cron schedule prompts for user safety 2025-04-23 14:20:44 +01:00
courtmanr@gmail.com c03f941700 feat(install): improve .env overwrite prompt with diff and explicit warning 2025-04-23 14:15:24 +01:00
courtmanr@gmail.com ff7f1f03b8 feat(install): full script refactor with atomic update, backup, health check, and UX improvements 2025-04-23 14:10:27 +01:00
courtmanr@gmail.com 533a970a80 feat(install): improve cron setup prompt in install script Check for existing cron job during install and provide options to change, remove, or keep the existing schedule. 2025-04-23 12:14:42 +01:00
courtmanr@gmail.com bdd2edad13 fix: Reliably determine script path for cron setup 2025-04-21 20:18:53 +01:00
courtmanr@gmail.com 3b62e4bbe2 fix: Allow script to continue after interactive update for cron prompt 2025-04-21 20:16:54 +01:00
courtmanr@gmail.com 788972fca7 fix: Reset repo before update to avoid conflicts 2025-04-21 20:14:43 +01:00
courtmanr@gmail.com d8922efffc feat: Add automatic update option via cron 2025-04-21 20:13:01 +01:00
courtmanr@gmail.com 2db4bf59b8 fix: Suppress gpg overwrite prompt 2025-04-21 20:08:03 +01:00
courtmanr@gmail.com c0e4dabe44 fix: Improve update robustness in install script 2025-04-21 20:06:07 +01:00
courtmanr@gmail.com 6d929ceb42 refactor(script): Always refresh NodeSource GPG key 2025-04-21 12:53:39 +01:00
courtmanr@gmail.com ff8ec07817 fix(script): Run git pull as pulse user during update 2025-04-21 12:46:30 +01:00
courtmanr@gmail.com 4613baaf20 feat(script): Add update/remove options to install script 2025-04-21 12:43:40 +01:00
courtmanr@gmail.com f5aad3876f refactor(script): Simplify displayed PVE token commands 2025-04-21 11:21:19 +01:00
courtmanr@gmail.com 10973e807f feat(script): Add PVE CLI commands for API token generation 2025-04-21 11:19:27 +01:00
courtmanr@gmail.com 9ecb18061f fix(script): Add gpg dependency for NodeSource key import 2025-04-21 10:56:35 +01:00
courtmanr@gmail.com 2d1a1b6e9b refactor: Remove problematic host LXC setup script 2025-04-20 22:57:38 +01:00
courtmanr@gmail.com d63cad74cb fix: Use pvesm status as simpler jq fallback 2025-04-20 22:33:46 +01:00
courtmanr@gmail.com 97055ea18c fix: Replace backticks with single quotes in jq warning 2025-04-20 22:26:57 +01:00
courtmanr@gmail.com 05fb38fbea fix: Remove parentheses from fallback storage suffix 2025-04-20 22:22:20 +01:00
courtmanr@gmail.com 55f5be6a43 fix: Rely only on boolean check for template support 2025-04-20 22:10:30 +01:00
courtmanr@gmail.com 4afd47ae25 fix: Remove parentheses from storage display suffix 2025-04-20 22:08:33 +01:00
courtmanr@gmail.com f57659e4a1 fix: Escape parentheses in display_suffix assignments 2025-04-20 22:07:45 +01:00
courtmanr@gmail.com aa2800ef50 fix: Prevent download attempt if template support is unknown (jq missing) 2025-04-20 22:07:03 +01:00
courtmanr@gmail.com 408347c328 feat: Improve storage selection and template download logic 2025-04-20 22:05:41 +01:00
courtmanr@gmail.com 35b93f512f fix: Correct parsing for pvesm list and pveam available 2025-04-20 21:58:42 +01:00
courtmanr@gmail.com fc0517d5f6 feat: Add automatic LXC template download if needed 2025-04-20 21:56:02 +01:00
courtmanr@gmail.com 28ca7469e8 fix: Use pvesh and jq for more robust storage detection 2025-04-20 21:35:31 +01:00
courtmanr@gmail.com de3f95759e fix: Remove -P flag from pvesm status to avoid arg error 2025-04-20 21:34:19 +01:00
courtmanr@gmail.com 83613b5fb0 feat: Add script to automate LXC creation and Pulse installation 2025-04-20 21:32:19 +01:00
courtmanr@gmail.com c3656ae56f fix: Update repository URL in script and README 2025-04-20 21:25:27 +01:00
courtmanr@gmail.com 83885e3104 feat: Replace codebase entirely with simplified version 2025-04-20 13:17:10 +01:00
courtmanr@gmail.com fc9f1db52d feat: add dev-real environment configuration for non-mock data development
- Added new dev-real environment configuration that disables mock data

- Updated error message to include dev-real as a valid option

- Enhanced console output to differentiate between development environments
2025-03-15 22:22:18 +00:00
courtmanr@gmail.com 3be95fe440 Improve application launcher UI with a more user-friendly menu 2025-03-13 17:44:26 +00:00
courtmanr@gmail.com 7108b7bfb7 fix: update Docker Compose environment variables to match .env.example format 2025-03-13 15:18:01 +00:00
courtmanr@gmail.com 8d75c2aad5 Fix config scripts to use original environment variable format 2025-03-13 00:02:36 +00:00
courtmanr@gmail.com ae2f0032ad Update frontend components and backend services for improved performance and UI 2025-03-12 15:57:50 +00:00
courtmanr@gmail.com d5762a3264 Add pulsing animation to logo and update favicon to match design 2025-03-12 15:57:13 +00:00
courtmanr@gmail.com 47d28bc2ac Reorganize and enhance scripts with improved startup and configuration tools 2025-03-12 10:11:44 +00:00
courtmanr@gmail.com e84c3ec781 chore: remove automation scripts to enhance LLM agency 2025-03-10 18:15:55 +00:00
courtmanr@gmail.com 7222a23e74 chore: add version automation scripts to prevent release mistakes 2025-03-10 18:09:32 +00:00
courtmanr@gmail.com aa96c465e0 Add cross-platform cleanup script for development processes 2025-03-10 14:07:13 +00:00
rcourtman 138825f285 Add cross-platform development scripts and fix logo loading issue 2025-03-10 13:21:37 +00:00
rcourtman f8f727bcbf docs: update all files to ensure proper Proxmox trademark usage - Update documentation, comments, and text to properly acknowledge Proxmox trademark and use correct terminology 2025-03-10 09:22:08 +00:00
courtmanr@gmail.com 480d86cc83 Add Pulse logo assets and logo generation scripts 2025-03-09 21:41:17 +00:00
courtmanr@gmail.com 3c92f2e530 Remove Windows screenshot functionality 2025-03-09 18:59:59 +00:00
courtmanr@gmail.com 1d0c47bd6d Add Windows support for screenshot automation tool 2025-03-08 23:09:16 +00:00