2026-03-09 13:00:21 -07:00
|
|
|
{
|
|
|
|
|
"name": "webui",
|
2026-03-14 20:18:42 -07:00
|
|
|
"version": "0.1.6",
|
2026-03-09 13:00:21 -07:00
|
|
|
"api_version": 1,
|
|
|
|
|
"description": "Web-based thin client for Fastway BBS - browser access to BBS features",
|
|
|
|
|
"short_description": "Web-based BBS thin client",
|
|
|
|
|
"author": "Fastway BBS",
|
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
|
"category": "communication",
|
|
|
|
|
"target": "client",
|
|
|
|
|
"homepage": "https://kjgr.io/fastway/fastway-plugin-webui",
|
|
|
|
|
"repository": "fastway/fastway-plugin-webui",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"fastway": ">=0.2.0",
|
|
|
|
|
"plugins": []
|
|
|
|
|
},
|
|
|
|
|
"capabilities": ["routes", "config"],
|
|
|
|
|
"files": {
|
|
|
|
|
"binary": "libwebui.so",
|
|
|
|
|
"web": ["web/"]
|
|
|
|
|
}
|
|
|
|
|
}
|