- luci-app-streamlit-forge: Streamlit app publishing platform - Category: productivity, runtime: lxc - Templates, SSL exposure, mesh publishing - luci-app-rezapp: Docker to LXC app converter - Category: system, runtime: native - Catalog browsing, package generation - Updated new_releases section - Total plugins: 37 → 39 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
323 B
JSON
18 lines
323 B
JSON
{
|
|
"luci-app-rezapp": {
|
|
"description": "Grant access to RezApp Forge",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.rezapp": ["status", "catalogs", "apps", "search", "info"]
|
|
},
|
|
"uci": ["rezapp"]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.rezapp": ["convert", "package", "publish", "delete"]
|
|
},
|
|
"uci": ["rezapp"]
|
|
}
|
|
}
|
|
}
|