Updates default extensions and config

Adds default extensions for admins and users.

Configures a custom frontend URL based on the domain.
This commit is contained in:
padreug 2025-11-01 11:57:17 +01:00
parent 1e55c8fd88
commit aa4010d35b

View file

@ -37,7 +37,7 @@ in
# LNBITS_EXTENSIONS_DEFAULT_INSTALL = # LNBITS_EXTENSIONS_DEFAULT_INSTALL =
# "nostrclient,nostrmarket,nostrrelay,lnurlp,events"; # "nostrclient,nostrmarket,nostrrelay,lnurlp,events";
LNBITS_ADMIN_EXTENSIONS = "ngrok,nostrclient,nostrrelay,satmachineadmin"; LNBITS_ADMIN_EXTENSIONS = "ngrok,nostrclient,nostrrelay,satmachineadmin";
LNBITS_USER_DEFAULT_EXTENSIONS = "lnurlp,nostrmarket,events,lndhub"; LNBITS_USER_DEFAULT_EXTENSIONS = "lnurlp,nostrmarket,events,castle,lndhub";
LNBITS_CUSTOM_FRONTEND_URL = "https://app.${domain}"; LNBITS_CUSTOM_FRONTEND_URL = "https://app.${domain}";
}; };
}; };