blitz_api/app/constants.py
/rootzoll ce7f82c106
Installapps (#78)
Adding functionallity for setup & installing additional apps ... run with the latest raspiblitz dev scripts.
2022-05-05 13:27:59 +02:00

12 lines
294 B
Python

API_VERSION = "v0.5.0beta"
available_app_ids = {
"btc-rpc-explorer",
"rtl",
# Specter is deactivated for now because it uses its own selfsigned HTTPS cert that makes trouble in chome on last test
# "specter",
"btcpayserver",
"lnbits",
"mempool",
"thunderhub"
}