secubox-openwrt/package/secubox/secubox-app-lyrion/files/etc/config/lyrion
CyberMind-FR 3e52444a73 feat(crowdsec): Add custom CrowdSec scenarios package for SecuBox
- Add secubox-app-crowdsec-custom package with:
  - HTTP auth bruteforce detection
  - Path scanning detection
  - LuCI/uhttpd auth monitoring
  - Trusted IP whitelist for private networks
- Fix Lyrion Docker image path to ghcr.io/lms-community/lyrionmusicserver:stable

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 14:50:36 +01:00

10 lines
262 B
Plaintext

config lyrion 'main'
option enabled '0'
option runtime 'auto'
option image 'ghcr.io/lms-community/lyrionmusicserver:stable'
option data_path '/srv/lyrion'
option media_path '/srv/media'
option port '9000'
option timezone 'UTC'
option memory_limit '256M'