mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 12:02:00 +08:00
16 lines
178 B
JSON
16 lines
178 B
JSON
{
|
|
"luci-app-ympd": {
|
|
"description": "Grant permissions for the YMPD LuCI app",
|
|
"read": {
|
|
"uci": [
|
|
"ympd"
|
|
],
|
|
},
|
|
"write": {
|
|
"uci": [
|
|
"ympd"
|
|
]
|
|
}
|
|
}
|
|
}
|