Commit Graph

237 Commits

Author SHA1 Message Date
Peter Wood
645d10d548 fix: Correct echo placement after installing Fabric binary 2025-11-29 09:52:32 -05:00
Peter Wood
fa44ab2e45 use $HOME var instead of a hardcoded username 2025-11-29 09:48:51 -05:00
Peter Wood
40cbecdebf feat: Improve bootstrap script to handle existing directories and cloning logic 2025-11-29 09:37:00 -05:00
Peter Wood
8ceeeda560 Merge branch 'main' of git.ptrwd.com:peterwood/shell 2025-11-18 20:39:55 -05:00
Peter Wood
deb66207b3 feat: Update .gitconfig to add credentials for git.ptrwd.com 2025-11-18 20:39:50 -05:00
Peter Wood
5b17022856 feat: Enhance backup-gitea.sh for NAS support and Runner integration; add restore-gitea.sh script 2025-11-18 20:36:02 -05:00
Peter Wood
c9d13b940b add download script for Gitea Tea CLI installation 2025-10-29 21:48:53 -04:00
Peter Wood
e1535c00df add helper configuration for git.ptrwd.com in .gitconfig 2025-10-29 21:48:45 -04:00
Peter Wood
8592c292c2 powershell script to download gitea/tea CLI 2025-10-29 20:54:29 -04:00
Peter Wood
c69bf44ec3 set username for git.ptrwd.com 2025-08-20 08:26:44 -04:00
Peter Wood
16dd6def38 remove blank line at the top of the script 2025-08-12 08:28:02 -04:00
Peter Wood
de9b172a66 added calibre backup script 2025-08-05 17:34:21 -04:00
Peter Wood
c3f04dee65 added google gemini cli to the setup process. github.com/google-gemini/gemini-cli 2025-07-01 13:33:16 -04:00
Peter Wood
c5dc67f41b feat: Add google-gemini-setup script for installing and launching gemini-cli 2025-07-01 13:25:01 -04:00
Peter Wood
f07561b0ed feat: Add SMB vs NFS guide for understanding network file sharing 2025-07-01 13:19:03 -04:00
Peter Wood
787c59f867 Merge branch 'main' of github.com:acedanger/shell 2025-06-27 21:14:39 -04:00
root
e6dc635c03 updated completions for new plex commands; removed shellcheck backup file 2025-06-27 21:14:14 -04:00
Peter Wood
3e01ea6358 feat: Improve SSH agent management and enhance VS Code repository setup with error handling; fixes bug recently introduced. the error messge "mkdtemp: private socket dir: Permission denied" was being displayed when a new terminal window was opened. 2025-06-27 21:10:51 -04:00
Peter Wood
42e0c63eb2 feat: Update aliases for Plex management and clean up comments 2025-06-27 07:45:44 -04:00
Peter Wood
5253107be3 Merge branch 'main' of github.com:acedanger/shell 2025-06-27 07:15:34 -04:00
Peter Wood
9d99010a32 feat: Add missing Docker media backup entry with enhanced logging 2025-06-27 07:15:30 -04:00
Peter Wood
78dc25192f feat: Remove Ollama integration and update documentation for Fabric setup 2025-06-27 07:09:16 -04:00
Peter Wood
6e84bb33d6 feat: Enhance Plex management with library scanner integration and bash completion support 2025-06-26 09:15:24 -04:00
Peter Wood
563daa51af added the ability to initiate a plex library scan from the CLI. tab completions are supported as well. 2025-06-26 09:07:51 -04:00
Peter Wood
57cd60cdf3 feat: Implement parallel backup execution with result logging 2025-06-25 21:56:10 +00:00
Peter Wood
2e0d843da5 feat: Add daily media backup entry with enhanced logging 2025-06-25 21:34:28 +00:00
Peter Wood
3b284c769c feat: Enhance Jellyseerr backup functionality with specialized methods and verification 2025-06-25 17:27:08 -04:00
Peter Wood
e98594f178 removed shellcheck backups 2025-06-25 16:40:27 -04:00
Peter Wood
b3580f2ce0 feat: Add NAS mount check and setup script for improved backup reliability 2025-06-25 16:35:09 -04:00
Peter Wood
b04c93daf2 clean up log files with ANSI color codes 2025-06-23 06:00:55 -04:00
Peter Wood
70755e5823 added missing racknerd command 2025-06-22 09:16:52 -04:00
Peter Wood
26f8a7a007 updated pathing 2025-06-22 09:07:06 -04:00
Peter Wood
5868947fbd updated europa crontab entries 2025-06-22 08:30:02 -04:00
Peter Wood
255d34eadc feat: Refactor Plex database query script for enhanced functionality and usability 2025-06-21 09:55:44 -04:00
Peter Wood
6dad845fac removed web interface mention and the header text 2025-06-21 08:59:15 -04:00
Peter Wood
cf4b54cf0a feat: Add cleanup script for temporary and corrupted Plex database files 2025-06-21 07:52:16 -04:00
Peter Wood
9b83924597 Add advanced Plex database recovery and restoration scripts
- Introduced `recover-plex-database.sh` for comprehensive database recovery with multiple strategies, logging, and rollback capabilities.
- Added `restore-plex.sh` for safe restoration of Plex backups, including validation and dry-run options.
- Created `plex-db-manager.sh` to consolidate database management functionalities, including integrity checks and service management.
- Enhanced logging and error handling across all scripts for better user feedback and troubleshooting.
- Implemented safety measures to prevent running scripts as root and ensure proper service management during operations.
2025-06-21 07:23:33 -04:00
Peter Wood
30a252a500 feat: Enhance database repair functionality with recovery options and nuclear recovery script 2025-06-21 06:48:29 -04:00
Peter Wood
1fd92750d8 Merge branch 'main' of github.com:acedanger/shell 2025-06-21 06:30:11 -04:00
Peter Wood
2bc9e91229 Refactor Plex Database Repair Logic
- Created a centralized database repair script (`plex-database-repair.sh`) to handle all database integrity checks and repairs for Plex Media Server.
- Updated the main Plex management script (`plex.sh`) to integrate the new repair functionality and fixed Unicode/ASCII display issues.
- Refactored the backup script (`backup-plex.sh`) to remove duplicate repair functions and ensure it utilizes the new repair script.
- Conducted thorough code validation and functional testing to ensure all scripts operate correctly with the new changes.
- Enhanced documentation for the new repair script, detailing usage, features, and integration points with other scripts.
- Fixed critical bugs related to WAL file handling and corrected typos in script options.
2025-06-21 06:30:07 -04:00
Peter Wood
35cb84432d Merge branch 'main' of github.com:acedanger/shell 2025-06-18 17:19:22 -04:00
Peter Wood
8eddc11c16 fix: Update SSH key used by ssh-agent to id_ed25519 for improved security 2025-06-18 17:18:37 -04:00
Peter Wood
8cd33d4568 feat: Implement comprehensive backup web application with Docker, systemd service, and Gunicorn support 2025-06-18 10:02:07 -04:00
Peter Wood
6d726cb015 feat: Add base HTML template and implement dashboard, logs, and service views
- Created a base HTML template for consistent layout across pages.
- Developed a dashboard page to display backup service metrics and statuses.
- Implemented a log viewer for detailed log file inspection.
- Added error handling page for better user experience during failures.
- Introduced service detail page to show specific service metrics and actions.
- Enhanced log filtering and viewing capabilities.
- Integrated auto-refresh functionality for real-time updates on metrics.
- Created integration and unit test scripts for backup metrics functionality.
2025-06-18 08:06:08 -04:00
Peter Wood
d066f32b10 Enhance PowerShell profile with comprehensive features and error handling
- Added automatic installation and import of essential PowerShell modules (Terminal-Icons, PSReadLine, PSScriptAnalyzer, PSFzf).
- Improved error handling during module installation and import.
- Integrated oh-my-posh for prompt theming with a specified theme.
- Configured PSReadLine options for better user experience.
- Added fzf to PATH if not already present and checked for its installation.
- Implemented functions for network utilities (Get-Ip-Address, Invoke-WslReboot) and application management (Update-Budget, Update-Winget).
- Enhanced file system utilities with functions like ff (file finder), touch (create/update file), and Unix-like commands (grep, which, head, tail).
- Added clipboard utilities (cpy, pst) for easier text management.
- Included Fabric AI integration for dynamic pattern functions and YouTube transcript retrieval.
- Created a sync function for VS Code profile to maintain consistency with the main PowerShell profile.
- Improved overall structure and documentation for better maintainability and usability.
2025-06-18 04:23:28 -04:00
Peter Wood
e60d27b77e feat: Update Plex Recent Additions script to use custom SQLite binary and improve query output 2025-06-14 09:17:02 -04:00
Peter Wood
dfab956d9f feat: Enhance Plex Recent Additions script with dynamic day range and error handling 2025-06-14 08:47:23 -04:00
Peter Wood
1345bbfc62 feat: Add comprehensive backup script for Gitea and PostgreSQL database 2025-06-12 17:19:08 -04:00
Peter Wood
7d45acf6c6 fix: Clean up unnecessary whitespace and improve code readability in backup-plex.sh 2025-06-12 17:18:57 -04:00
Peter Wood
2b979f0950 feat: Add Jellyfin database repair script and documentation 2025-06-12 17:18:37 -04:00