From a2469abebd107b7299ad49a7129ad42705f11927 Mon Sep 17 00:00:00 2001 From: HODLmeTight <35168804+TrezorHannes@users.noreply.github.com> Date: Thu, 26 Oct 2023 22:09:18 +0200 Subject: [PATCH] Enable Node Management via .env Co-authored-by: Pavol Rusnak Co-authored-by: jackstar12 <62219658+jackstar12@users.noreply.github.com> --- .env.example | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.env.example b/.env.example index 0bdb78e23..daa94bdb5 100644 --- a/.env.example +++ b/.env.example @@ -37,6 +37,13 @@ LNBITS_ADMIN_EXTENSIONS="ngrok, admin" # Disable this to make LNbits use this config file again. LNBITS_ADMIN_UI=false +# Enable Node Management without activating the LNBITS Admin GUI +# by setting the following variables to true. +LNBITS_NODE_UI=false +LNBITS_PUBLIC_NODE_UI=false +# Enabling the transactions tab can cause crashes on large Core Lightning nodes. +LNBITS_NODE_UI_TRANSACTIONS=false + LNBITS_DEFAULT_WALLET_NAME="LNbits wallet" # Ad space description