Adds extensions for admin/user

Adds satmachineadmin extension to the list of default admin extensions.

Adds lndhub extension to the list of default user extensions.
This commit is contained in:
padreug 2025-11-01 11:30:09 +01:00
parent 95ae96147d
commit 9d7d3b97a9

View file

@ -36,8 +36,8 @@ in
"https://raw.githubusercontent.com/lnbits/lnbits-extensions/main/extensions.json"; "https://raw.githubusercontent.com/lnbits/lnbits-extensions/main/extensions.json";
# LNBITS_EXTENSIONS_DEFAULT_INSTALL = # LNBITS_EXTENSIONS_DEFAULT_INSTALL =
# "nostrclient,nostrmarket,nostrrelay,lnurlp,events"; # "nostrclient,nostrmarket,nostrrelay,lnurlp,events";
LNBITS_ADMIN_EXTENSIONS = "ngrok,nostrclient,nostrrelay"; LNBITS_ADMIN_EXTENSIONS = "ngrok,nostrclient,nostrrelay,satmachineadmin";
LNBITS_USER_DEFAULT_EXTENSIONS = "lnurlp,nostrmarket,events"; LNBITS_USER_DEFAULT_EXTENSIONS = "lnurlp,nostrmarket,events,lndhub";
}; };
}; };