blitz_api icon indicating copy to clipboard operation
blitz_api copied to clipboard

Add App details to SSE messages

Open cstenglein opened this issue 4 years ago • 3 comments
trafficstars

As a webUI I would like to have the information about the installed apps.

cstenglein avatar Nov 16 '21 02:11 cstenglein

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"
  }
]

fusion44 avatar Nov 18 '21 10:11 fusion44

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)

cstenglein avatar Nov 21 '21 09:11 cstenglein

@rootzoll important issue

cstenglein avatar Nov 22 '21 13:11 cstenglein