mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 19:47:05 +02:00
joinmarket-web-ui update to 0.0.3
change LAN connection to HTTPS-only add to CHANGES.md #2891 https://github.com/joinmarket-webui/joinmarket-webui/issues/16
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
- New: Tallycoin Connect [details](https://github.com/djbooth007/tallycoin_connect#readme)
|
- New: Tallycoin Connect [details](https://github.com/djbooth007/tallycoin_connect#readme)
|
||||||
- New: Migration from Citadel to RaspiBlitz [details](https://github.com/rootzoll/raspiblitz/issues/2642)
|
- New: Migration from Citadel to RaspiBlitz [details](https://github.com/rootzoll/raspiblitz/issues/2642)
|
||||||
- New: Bitcoinminds.org local on RaspiBlitz [details](https://github.com/raulcano/bitcoinminds)
|
- New: Bitcoinminds.org local on RaspiBlitz [details](https://github.com/raulcano/bitcoinminds)
|
||||||
|
- New: JoinMarket Web UI v0.0.3 (CLI install of the first public alpha release) [details](https://github.com/joinmarket-webui/joinmarket-webui/releases/tag/v0.0.3)
|
||||||
- Update: LND v0.14.2-beta [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.14.2-beta)
|
- Update: LND v0.14.2-beta [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.14.2-beta)
|
||||||
- Update: C-lightning v0.10.2 [details](https://github.com/ElementsProject/lightning/releases/tag/v0.10.2)
|
- Update: C-lightning v0.10.2 [details](https://github.com/ElementsProject/lightning/releases/tag/v0.10.2)
|
||||||
- Update: LNbits 0.6.0 [details](https://github.com/lnbits/lnbits-legend/releases/tag/0.6.0)
|
- Update: LNbits 0.6.0 [details](https://github.com/lnbits/lnbits-legend/releases/tag/0.6.0)
|
||||||
|
@@ -8,7 +8,7 @@ REPO=joinmarket-webui/joinmarket-webui
|
|||||||
APP_DIR=webui
|
APP_DIR=webui
|
||||||
RASPIBLITZ_INFO=/home/admin/raspiblitz.info
|
RASPIBLITZ_INFO=/home/admin/raspiblitz.info
|
||||||
RASPIBLITZ_CONF=/mnt/hdd/raspiblitz.conf
|
RASPIBLITZ_CONF=/mnt/hdd/raspiblitz.conf
|
||||||
WEBUI_VERSION=0.0.2
|
WEBUI_VERSION=0.0.3
|
||||||
|
|
||||||
# command info
|
# command info
|
||||||
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
||||||
@@ -34,8 +34,8 @@ if [ "$1" = "menu" ]; then
|
|||||||
# Info with TOR
|
# Info with TOR
|
||||||
sudo /home/admin/config.scripts/blitz.display.sh qr "${toraddress}"
|
sudo /home/admin/config.scripts/blitz.display.sh qr "${toraddress}"
|
||||||
whiptail --title " JoinMarket Web UI " --msgbox "Open in your local web browser:
|
whiptail --title " JoinMarket Web UI " --msgbox "Open in your local web browser:
|
||||||
http://${localip}:7500\n
|
https://${localip}:7501\n
|
||||||
https://${localip}:7501 with Fingerprint:
|
with Fingerprint:
|
||||||
${fingerprint}\n
|
${fingerprint}\n
|
||||||
Hidden Service address for TOR Browser (see LCD for QR):\n${toraddress}
|
Hidden Service address for TOR Browser (see LCD for QR):\n${toraddress}
|
||||||
" 16 67
|
" 16 67
|
||||||
@@ -43,8 +43,8 @@ Hidden Service address for TOR Browser (see LCD for QR):\n${toraddress}
|
|||||||
else
|
else
|
||||||
# Info without TOR
|
# Info without TOR
|
||||||
whiptail --title " JoinMarket Web UI " --msgbox "Open in your local web browser & accept self-signed cert:
|
whiptail --title " JoinMarket Web UI " --msgbox "Open in your local web browser & accept self-signed cert:
|
||||||
http://${localip}:7500\n
|
https://${localip}:7501\n
|
||||||
https://${localip}:7501 with Fingerprint:
|
with Fingerprint:
|
||||||
${fingerprint}\n
|
${fingerprint}\n
|
||||||
Activate TOR to access the web interface from outside your local network.
|
Activate TOR to access the web interface from outside your local network.
|
||||||
" 15 57
|
" 15 57
|
||||||
|
Reference in New Issue
Block a user