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>
11 lines
285 B
Plaintext
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'
|