secubox-openwrt/package/secubox/secubox-app-lyrion/files/etc/config/lyrion
CyberMind-FR 3c1d6d2fd0 feat(lyrion): Add WAN access checkbox for firewall rules
Add wan_access UCI option and LuCI checkbox to optionally open Lyrion
ports (9000, 9090, 3483 TCP+UDP) on the WAN interface. WAN rules are
automatically removed when the option is disabled.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 08:06:54 +01:00

11 lines
285 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'
option wan_access '0'