mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
parent
0b075632d1
commit
0dd99df235
1 changed files with 6 additions and 2 deletions
|
@ -127,10 +127,14 @@ go MAINMENU > SUBSCRIBE and add LetsEncrypt HTTPS Domain"
|
|||
elif [ ${#publicDomain} -eq 0 ]; then
|
||||
text="${text}\n
|
||||
To enable easy reachability with normal browser from the outside
|
||||
consider adding a IP2TOR Bridge (MAINMENU > SUBSCRIBE)."
|
||||
consider adding a IP2TOR Bridge: MAINMENU > SUBSCRIBE > IP2TOR"
|
||||
fi
|
||||
|
||||
whiptail --title " BTCPay Server " --msgbox "${text}" 15 69
|
||||
text="${text}\n
|
||||
To get the 'Connection String' to activate Lightning Payments:
|
||||
MAINMENU > LNDCREDS > EXPORT > BTCPay Server"
|
||||
|
||||
whiptail --title " BTCPay Server " --msgbox "${text}" 17 69
|
||||
|
||||
/home/admin/config.scripts/blitz.lcd.sh hide
|
||||
echo "please wait ..."
|
||||
|
|
Loading…
Add table
Reference in a new issue