From 1b1820fc09cf95c7a558296cfb67bb3c405d5a55 Mon Sep 17 00:00:00 2001 From: padreug Date: Sat, 1 Nov 2025 11:30:17 +0100 Subject: [PATCH] Configures custom frontend URL Sets the custom frontend URL to dynamically point to a subdomain based on the domain configuration. This ensures correct routing and accessibility of the application's frontend. --- config/lnbits.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/lnbits.nix b/config/lnbits.nix index 3afc6d7..3ec45c8 100644 --- a/config/lnbits.nix +++ b/config/lnbits.nix @@ -38,6 +38,7 @@ in # "nostrclient,nostrmarket,nostrrelay,lnurlp,events"; LNBITS_ADMIN_EXTENSIONS = "ngrok,nostrclient,nostrrelay,satmachineadmin"; LNBITS_USER_DEFAULT_EXTENSIONS = "lnurlp,nostrmarket,events,lndhub"; + LNBITS_CUSTOM_FRONTEND_URL = "https://app.${domain}"; }; };