Exposure Manager: - Fix RPCD subshell issues in status and ssl_list methods - Fix JS views to handle both array and object API responses MagicMirror2: - Change default port from 8082 to 8085 (avoid CyberFeed conflict) - Update mm2ctl, RPCD, settings.js, dashboard.js, config Tor Shield: - Add restart method to RPCD and API - Add health status minicard (Service, Bootstrap, DNS, Kill Switch) Portal: - Add 'active-ports' section for detected services - Separate portal apps (Services) from detected ports (Active Ports) Service Detection: - Prioritize port-based identification over process name Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
49 lines
1.0 KiB
Plaintext
49 lines
1.0 KiB
Plaintext
# MagicMirror2 configuration for SecuBox
|
|
|
|
config magicmirror2 'main'
|
|
option enabled '0'
|
|
option port '8085'
|
|
option address '0.0.0.0'
|
|
option data_path '/srv/magicmirror2'
|
|
option memory_limit '512M'
|
|
option language 'en'
|
|
option timezone 'Europe/Paris'
|
|
option units 'metric'
|
|
option electron_enabled '0'
|
|
|
|
config display 'display'
|
|
option width '1920'
|
|
option height '1080'
|
|
option zoom '1.0'
|
|
option brightness '100'
|
|
|
|
config weather 'weather'
|
|
option enabled '0'
|
|
option provider 'openweathermap'
|
|
option api_key ''
|
|
option location ''
|
|
option location_id ''
|
|
option units 'metric'
|
|
|
|
config calendar 'calendar'
|
|
option enabled '0'
|
|
option max_entries '10'
|
|
option fetch_interval '300000'
|
|
|
|
config newsfeed 'newsfeed'
|
|
option enabled '0'
|
|
option show_description '1'
|
|
option show_source_title '1'
|
|
option max_news_items '5'
|
|
|
|
config clock 'clock'
|
|
option enabled '1'
|
|
option display_seconds '1'
|
|
option show_date '1'
|
|
option show_week '0'
|
|
option date_format 'dddd, LL'
|
|
|
|
config compliments 'compliments'
|
|
option enabled '1'
|
|
option update_interval '30000'
|