- 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>
32 lines
747 B
Smarty
32 lines
747 B
Smarty
{
|
|
"id": "APPNAME",
|
|
"name": "APPNAME",
|
|
"version": "1.0.0",
|
|
"category": "utilities",
|
|
"runtime": "lxc",
|
|
"maturity": "community",
|
|
"description": "Auto-generated from SOURCE_IMAGE by RezApp Forge",
|
|
"source": {
|
|
"docker_image": "SOURCE_IMAGE",
|
|
"converted_by": "rezappctl",
|
|
"converted_at": "TIMESTAMP"
|
|
},
|
|
"packages": ["secubox-app-APPNAME"],
|
|
"capabilities": ["lxc-container"],
|
|
"requirements": {
|
|
"arch": ["aarch64", "x86_64"],
|
|
"min_ram_mb": 256,
|
|
"min_storage_mb": 500
|
|
},
|
|
"network": {
|
|
"inbound_ports": [],
|
|
"protocols": []
|
|
},
|
|
"actions": {
|
|
"install": "opkg install secubox-app-APPNAME",
|
|
"start": "APPNAMEctl start",
|
|
"stop": "APPNAMEctl stop",
|
|
"status": "APPNAMEctl status"
|
|
}
|
|
}
|