You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add automated README generator and regenerate all documentation
Created generate-readmes.sh to automatically generate comprehensive README files for all scripts following the standardized template format with custom icons.
Key features:
- Parses script headers to extract metadata
- Automatically detects OS, category, and requirements
- Generates consistent documentation with badges and custom icons
- Skips READMEs that are already up to date
- Works for both bash (.sh) and PowerShell (.ps1) scripts
This makes the documentation workflow 100% automated:
1. Add/update a script
2. Run generate-readmes.sh to create/update README
3. Push to GitHub
4. GitHub Action automatically syncs to website
`backup-report-generator.sh`is a comprehensive backup monitoring solution that scans configured backup locations, analyzes backup freshness and size, and generates detailed status reports. Perfect for MSPs and system administrators who need to monitor multiple backup systems.
23
+
`backup-report-generator.sh`- #
27
24
28
25
### Key Features
29
26
30
-
-**Multiple Output Formats** - HTML, plain text, and CSV reports
31
-
-**Email Notifications** - Automatic email alerts with status-based subject lines
32
-
-**Smart Alerting** - Configurable warning and critical thresholds for backup age
33
-
-**Detailed Statistics** - Track success rates, sizes, and backup freshness
34
-
-**Beautiful HTML Reports** - Professional, responsive HTML output with color-coded status
35
-
-**Flexible Configuration** - Simple pipe-delimited config file format
27
+
- Automated execution with minimal user intervention
0 commit comments