secubox-openwrt/package/secubox/secubox-app-glances/files/etc/config/glances
CyberMind-FR 79bb3c43f4 feat: Add smbfs mount manager, Jellyfin READMEs, Glances host visibility, planning updates
New secubox-app-smbfs package for SMB/CIFS remote directory management
with smbfsctl CLI (add/remove/mount/umount/test/status), UCI config,
auto-mount init script, and Jellyfin/Lyrion media path integration.

Glances LXC: host bind mounts (/rom, /overlay, /boot, /srv), Docker
socket fix (symlink loop), fs plugin @exit_after patch, hostname/OS
identity, pre-generated /etc/mtab.

KISS READMEs for secubox-app-jellyfin and luci-app-jellyfin. Planning
files updated with Domoticz IoT, AI Gateway strategy, App Store P2P
emancipation, and v2 roadmap items.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 21:02:46 +01:00

24 lines
545 B
Plaintext

config glances 'main'
option enabled '0'
option runtime 'lxc'
option web_port '61208'
option api_port '61209'
option web_host '0.0.0.0'
option refresh_rate '3'
option memory_limit '256M'
config monitoring 'monitoring'
option monitor_docker '1'
option monitor_network '1'
option monitor_diskio '1'
option monitor_sensors '1'
option monitor_processes '1'
config alerts 'alerts'
option cpu_warning '70'
option cpu_critical '90'
option mem_warning '70'
option mem_critical '90'
option disk_warning '70'
option disk_critical '90'