secubox-openwrt/package/secubox/secubox-app-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
..
files feat(lyrion): Add WAN access checkbox for firewall rules 2026-02-03 08:06:54 +01:00
Makefile fix(deps): Remove libubox/libubus/libuci from all SecuBox package dependencies 2026-01-30 19:46:27 +01:00
README.md docs(secubox): Add KISS README for all 46 remaining packages 2026-02-03 07:34:06 +01:00

SecuBox Lyrion Music Server

Lyrion Music Server (formerly Logitech Media Server / Squeezebox Server) for SecuBox-powered OpenWrt systems.

Installation

opkg install secubox-app-lyrion

Configuration

UCI config file: /etc/config/lyrion

config lyrion 'main'
    option enabled '0'
    option port '9000'

Supports Docker and LXC runtimes. The controller auto-detects the available runtime, preferring LXC for lower resource usage.

Usage

# Start / stop the service
/etc/init.d/lyrion start
/etc/init.d/lyrion stop

# Controller CLI
lyrionctl status
lyrionctl install
lyrionctl remove

Files

  • /etc/config/lyrion -- UCI configuration
  • /usr/sbin/lyrionctl -- controller CLI

Dependencies

  • wget
  • tar

License

Apache-2.0