Files
fastway-plugin-webui/plugin.json
Ken Johnson cdf5074214
All checks were successful
Build & Release Plugin / build (push) Successful in 12s
Add Wait For Call screen and local status proxy
New WFC dashboard page (wfc.html) showing real-time node status,
protocol listeners, plugin info, and primary server connection.
Auto-refreshes every 2 seconds via local status proxy endpoint.
Added /api/local/status route that proxies to the thin client's
built-in status HTTP server. Updated Makefile with FCL source paths.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 20:44:54 -07:00

23 lines
597 B
JSON

{
"name": "webui",
"version": "0.1.4",
"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/"]
}
}