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>
27 lines
641 B
Plaintext
27 lines
641 B
Plaintext
config global 'global'
|
|
option enabled '1'
|
|
option theme 'dark'
|
|
option output_dir '/www/reports'
|
|
option retention_days '30'
|
|
|
|
config email 'email'
|
|
option enabled '0'
|
|
option recipient ''
|
|
option smtp_server ''
|
|
option smtp_port '587'
|
|
option smtp_user ''
|
|
option smtp_password ''
|
|
option smtp_tls '1'
|
|
|
|
config schedule 'schedule'
|
|
option dev 'off'
|
|
option services 'off'
|
|
|
|
config sources 'sources'
|
|
option repo_path '/root/secubox-openwrt'
|
|
option history_file '.claude/HISTORY.md'
|
|
option wip_file '.claude/WIP.md'
|
|
option todo_file '.claude/TODO.md'
|
|
option roadmap_file '.claude/ROADMAP.md'
|
|
option devstatus_file '.claude/DEV-STATUS.md'
|