- Fix dpi-dual "firstchildview" error (changed to "firstchild") - Simplify luci-app-lyrion: overview.js 276→150 lines - Simplify luci-app-lyrion: settings.js 78→32 lines - Simplify luci-app-lyrion: RPCD 300→90 lines - Combined status + library stats into single RPC call - Removed unused methods (update, logs, get_config, save_config) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
287 B
JSON
18 lines
287 B
JSON
{
|
|
"luci-app-lyrion": {
|
|
"description": "Grant access to Lyrion Music Server",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.lyrion": ["status"]
|
|
},
|
|
"uci": ["lyrion"]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.lyrion": ["install", "start", "stop", "rescan"]
|
|
},
|
|
"uci": ["lyrion"]
|
|
}
|
|
}
|
|
}
|