diff --git a/CHANGES.md b/CHANGES.md index 88f91ae97..945d3b384 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,6 +9,7 @@ - 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: 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: 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) diff --git a/home.admin/config.scripts/bonus.joinmarket-webui.sh b/home.admin/config.scripts/bonus.joinmarket-webui.sh index 67609e60d..9b0842424 100755 --- a/home.admin/config.scripts/bonus.joinmarket-webui.sh +++ b/home.admin/config.scripts/bonus.joinmarket-webui.sh @@ -8,7 +8,7 @@ REPO=joinmarket-webui/joinmarket-webui APP_DIR=webui RASPIBLITZ_INFO=/home/admin/raspiblitz.info RASPIBLITZ_CONF=/mnt/hdd/raspiblitz.conf -WEBUI_VERSION=0.0.2 +WEBUI_VERSION=0.0.3 # command info if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then @@ -34,8 +34,8 @@ if [ "$1" = "menu" ]; then # Info with TOR sudo /home/admin/config.scripts/blitz.display.sh qr "${toraddress}" whiptail --title " JoinMarket Web UI " --msgbox "Open in your local web browser: -http://${localip}:7500\n -https://${localip}:7501 with Fingerprint: +https://${localip}:7501\n +with Fingerprint: ${fingerprint}\n Hidden Service address for TOR Browser (see LCD for QR):\n${toraddress} " 16 67 @@ -43,8 +43,8 @@ Hidden Service address for TOR Browser (see LCD for QR):\n${toraddress} else # Info without TOR whiptail --title " JoinMarket Web UI " --msgbox "Open in your local web browser & accept self-signed cert: -http://${localip}:7500\n -https://${localip}:7501 with Fingerprint: +https://${localip}:7501\n +with Fingerprint: ${fingerprint}\n Activate TOR to access the web interface from outside your local network. " 15 57