blitz_api
blitz_api copied to clipboard
Add App details to SSE messages
trafficstars
As a webUI I would like to have the information about the installed apps.
There is an event installed_app_status which provides info for installed apps.
[
{
"id": "specter",
"name": "Specter Desktop",
"status": "online"
},
{
"id": "sphinx",
"name": "Sphinx Chat",
"status": "online"
},
{
"id": "btc-pay",
"name": "BTCPay Server",
"status": "offline"
},
{
"id": "rtl",
"name": "Ride the Lightning",
"status": "online"
},
{
"id": "bos",
"name": "Balance of Satoshis",
"status": "offline"
}
]
Yeah you are right, sorry for the confusion! With that I can compare and see if the app is already installed. :)
The problem with that is that I would need additional fields for that message (local & hidden service address, so I can open the UI of that app, e.g. the btcpay ui)
@rootzoll important issue