From aa4010d35bea1f4ce7e5aff653773414efebc0a2 Mon Sep 17 00:00:00 2001 From: padreug Date: Sat, 1 Nov 2025 11:57:17 +0100 Subject: [PATCH] Updates default extensions and config Adds default extensions for admins and users. Configures a custom frontend URL based on the domain. --- config/lnbits.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/lnbits.nix b/config/lnbits.nix index 3ec45c8..9411ae8 100644 --- a/config/lnbits.nix +++ b/config/lnbits.nix @@ -37,7 +37,7 @@ in # LNBITS_EXTENSIONS_DEFAULT_INSTALL = # "nostrclient,nostrmarket,nostrrelay,lnurlp,events"; 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}"; }; };