
config core 'main'
	option enabled '1'
	option log_level 'info'
	option appstore_url 'https://repo.secubox.org/catalog'
	option appstore_fallback_local '1'
	option health_check_interval '300'
	option ai_enabled '0'
	option ai_mode 'copilot'
	option device_id ''

config security 'enforcement'
	option sandboxing '1'
	option module_signature_check '0'
	option allowed_repos 'official'
	option auto_update_check '1'

config diagnostics 'settings'
	option collect_metrics '1'
	option retain_days '7'
	option alert_enabled '1'
	option health_threshold_cpu '80'
	option health_threshold_memory '90'
	option health_threshold_storage '85'

config wan_access 'remote'
	option enabled '1'
	option https_enabled '1'
	option https_port '443'
	option http_enabled '0'
	option http_port '80'
	option ssh_enabled '0'
	option ssh_port '22'
	option allowed_ips ''
	option dmz_mode '0'
