Two-report system for SecuBox status reporting: - Development Status Report: health score, HISTORY.md completions, WIP items, roadmap progress - Services Distribution Report: Tor hidden services, DNS/SSL vhosts, mesh services Features: - CLI: secubox-reportctl generate|send|schedule|status|preview|list|clean - HTML output with KissTheme dark styling - Email delivery via msmtp/sendmail with MIME multipart - UCI configuration for SMTP and scheduling - Cron integration for automated reports Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
12 lines
522 B
Plaintext
12 lines
522 B
Plaintext
# SecuBox Report Generator - Scheduled Reports
|
|
# Managed by: secubox-reportctl schedule
|
|
|
|
# Daily development report at 6 AM (disabled by default)
|
|
#DAILY_DEV#0 6 * * * root /usr/sbin/secubox-reportctl send dev >/dev/null 2>&1
|
|
|
|
# Weekly services report on Monday at 7 AM (disabled by default)
|
|
#WEEKLY_SERVICES#0 7 * * 1 root /usr/sbin/secubox-reportctl send services >/dev/null 2>&1
|
|
|
|
# Monthly full report on 1st at 8 AM (disabled by default)
|
|
#MONTHLY_ALL#0 8 1 * * root /usr/sbin/secubox-reportctl send all >/dev/null 2>&1
|