Browse Source

fix dialog

dev
rootzoll 6 years ago
parent
commit
f7ce92de31
  1. 2
      README.md
  2. 2
      home.admin/00settingsMenuServices.sh
  3. 4
      home.admin/97addMobileWallet.sh
  4. 2
      home.admin/config.scripts/internet.dyndomain.sh

2
README.md

@ -259,7 +259,7 @@ You can find setup instructions here: https://goo.gl/KnTzLu
Thanks to @RobEdb (ask on twitter for more details) running his demo store with RaspiBlitz: https://store.edberg.eu - buy a picture of [him and Andreas](https://store.edberg.eu/produkt/jag-andreas/) :)
#### Public Domain with dynamic IP
#### Public Domain with DynamicDNS
This is a way to make your RaspiBlitz publicly reachable from the internet so that other nodes can open channels with you and you can connect with the

2
home.admin/00settingsMenuServices.sh

@ -14,7 +14,7 @@ if [ "${chain}" = "test" ]; then chainValue="on"; fi
# map domain to on/off
domainValue="off"
dynDomainMenu="'DynamicDNS (domainname)'"
dynDomainMenu='"DynamicDNS (domainname)"'
if [ ${#dynDomain} -gt 0 ]; then
domainValue="on"
dynDomainMenu="${dynDomain}"

4
home.admin/97addMobileWallet.sh

@ -7,10 +7,10 @@ source /mnt/hdd/raspiblitz.conf
if [ ${#dynDomain} -eq 0 ]; then
dialog --title " Just Local Network? " --yesno "If you want to connect with your RaspiBlitz
also from outside your local network you need to
activate 'Services' -> 'Dynamic Domain' FIRST.
activate 'Services' -> 'DynamicDNS' FIRST.
For more details see chapter in GitHub README
'Public Domain with dynamic IP'
'Public Domain with DynamicDNS'
https://github.com/rootzoll/raspiblitz
Do you JUST want to connect with your mobile,

2
home.admin/config.scripts/internet.dyndomain.sh

@ -23,7 +23,7 @@ if [ "${turn}" = "on" ] && [ ${#dynDomain} -eq 0 ]; then
dialog --backtitle "DynamicDNS" --inputbox "ENTER the Dynamic Domain Name:
For more details see chapter in GitHub README
'Public Domain with dynamic IP'
'Public Domain with DynamicDNS'
https://github.com/rootzoll/raspiblitz
example: freedns.afraid.org

Loading…
Cancel
Save