New meta-status report combining dev + services with enhanced visuals: - Stats rings with conic gradients (health, services, uptime) - Channel distribution bars (Tor/DNS/Mesh percentages) - Stat cards with icons and gradients - Recent completions and WIP sections - Roadmap progress visualization - Top services tables Email configuration: - Default to local mailserver (127.0.0.1:25) - Default recipient: gk2@secubox.in - No TLS for local delivery CLI: secubox-reportctl generate meta Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
28 lines
698 B
Plaintext
28 lines
698 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 '1'
|
|
option recipient 'gk2@secubox.in'
|
|
option smtp_server '127.0.0.1'
|
|
option smtp_port '25'
|
|
option smtp_user ''
|
|
option smtp_password ''
|
|
option smtp_tls '0'
|
|
option from 'reporter@secubox.in'
|
|
|
|
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'
|