mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
fix adresses
This commit is contained in:
@@ -23,7 +23,7 @@ if [ "$1" = "menu" ]; then
|
|||||||
# TOR
|
# TOR
|
||||||
/home/admin/config.scripts/blitz.lcd.sh qr "${toraddress}"
|
/home/admin/config.scripts/blitz.lcd.sh qr "${toraddress}"
|
||||||
whiptail --title " BTCPay Server (TOR) " --msgbox "Open the following URL in your local web browser:
|
whiptail --title " BTCPay Server (TOR) " --msgbox "Open the following URL in your local web browser:
|
||||||
https://${localip}:23000
|
https://${localip}:23001
|
||||||
You need to accept the selfsigned certificate in browser.\n
|
You need to accept the selfsigned certificate in browser.\n
|
||||||
Hidden Service address for TOR Browser (QR see LCD):
|
Hidden Service address for TOR Browser (QR see LCD):
|
||||||
${toraddress}
|
${toraddress}
|
||||||
@@ -33,7 +33,7 @@ ${toraddress}
|
|||||||
|
|
||||||
# IP + Domain
|
# IP + Domain
|
||||||
whiptail --title " BTCPay Server (Domain) " --msgbox "Open the following URL in your local web browser:
|
whiptail --title " BTCPay Server (Domain) " --msgbox "Open the following URL in your local web browser:
|
||||||
https://${localip}:23001\n
|
https://${BTCPayDomain}\n
|
||||||
For details or troubleshoot check for 'BTCPay'
|
For details or troubleshoot check for 'BTCPay'
|
||||||
in README of https://github.com/rootzoll/raspiblitz
|
in README of https://github.com/rootzoll/raspiblitz
|
||||||
" 11 67
|
" 11 67
|
||||||
|
Reference in New Issue
Block a user