mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-12 19:20:48 +02:00
* Update Balance of Satoshis 19.3.4 * Update Lablebase to v0.13.31 * Update Thunderhub v0.13.31
This commit is contained in:
parent
abe57c9693
commit
e81e9ece22
@ -3,16 +3,18 @@
|
|||||||
- New: Tailscale (basic install script) [details](https://en.wikipedia.org/wiki/Tailscale)
|
- New: Tailscale (basic install script) [details](https://en.wikipedia.org/wiki/Tailscale)
|
||||||
- New: Connect Zeus to CLN via CLNrest (using the clnrest plugin and runes)
|
- New: Connect Zeus to CLN via CLNrest (using the clnrest plugin and runes)
|
||||||
- Update: Core Lightning v24.08.1 [details](https://github.com/ElementsProject/lightning/releases/tag/v24.08.1)
|
- Update: Core Lightning v24.08.1 [details](https://github.com/ElementsProject/lightning/releases/tag/v24.08.1)
|
||||||
|
- Update: Thunderhub v0.13.31 [details](https://github.com/apotdevin/thunderhub/releases/tag/v0.13.31)
|
||||||
- Update: LNDK 0.2.0 (Pay BOLT12 offers with LND) [details](https://github.com/lndk-org/lndk/releases/tag/v0.2.0)
|
- Update: LNDK 0.2.0 (Pay BOLT12 offers with LND) [details](https://github.com/lndk-org/lndk/releases/tag/v0.2.0)
|
||||||
- Update: Helipad (Podcasting 2.0 Boostagram reader) v0.2.0 [details](https://github.com/Podcastindex-org/helipad/releases/tag/v0.2.0)
|
- Update: Helipad (Podcasting 2.0 Boostagram reader) v0.2.0 [details](https://github.com/Podcastindex-org/helipad/releases/tag/v0.2.0)
|
||||||
- Update: Mempool 3.0.0 [details](https://github.com/mempool/mempool/releases/tag/v3.0.0)
|
- Update: Mempool 3.0.0 [details](https://github.com/mempool/mempool/releases/tag/v3.0.0)
|
||||||
|
- Update: Balance of Satoshis 19.3.4 (bos) [details](https://github.com/alexbosworth/balanceofsatoshis/blob/v19.3.4/CHANGELOG.md#1934)
|
||||||
|
- Update: Labelbase 2.2.2 [details](https://x.com/labelbase_space)
|
||||||
- Update: LNbits 0.12.11 [details](https://github.com/lnbits/lnbits/releases/tag/0.12.11)
|
- Update: LNbits 0.12.11 [details](https://github.com/lnbits/lnbits/releases/tag/0.12.11)
|
||||||
- Update: Telegraf Metrics for InfluxDB/Grafana [details](https://github.com/raspiblitz/raspiblitz/tree/dev/home.admin/assets/telegraf/README.md)
|
- Update: Telegraf Metrics for InfluxDB/Grafana [details](https://github.com/raspiblitz/raspiblitz/tree/dev/home.admin/assets/telegraf/README.md)
|
||||||
- Update: RTL v0.15.2 [details](https://github.com/Ride-The-Lightning/RTL/releases/tag/v0.15.2)
|
- Update: RTL v0.15.2 [details](https://github.com/Ride-The-Lightning/RTL/releases/tag/v0.15.2)
|
||||||
- Update: Jam (JoinMarket Web UI) v0.3.0 [details](https://github.com/joinmarket-webui/jam/releases/tag/v0.3.0)
|
- Update: Jam (JoinMarket Web UI) v0.3.0 [details](https://github.com/joinmarket-webui/jam/releases/tag/v0.3.0)
|
||||||
- Update: CLBOSS 0.13.3 [details](https://github.com/ZmnSCPxj/clboss/releases/tag/v0.13.3)
|
- Update: CLBOSS 0.13.3 [details](https://github.com/ZmnSCPxj/clboss/releases/tag/v0.13.3)
|
||||||
|
|
||||||
|
|
||||||
## What's new in Version 1.11.2 of RaspiBlitz?
|
## What's new in Version 1.11.2 of RaspiBlitz?
|
||||||
|
|
||||||
This is just a quick patch release for v1.11.1
|
This is just a quick patch release for v1.11.1
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# https://github.com/alexbosworth/balanceofsatoshis/blob/master/package.json#L85
|
# https://github.com/alexbosworth/balanceofsatoshis/blob/master/package.json#L85
|
||||||
# https://www.npmjs.com/package/balanceofsatoshis
|
# https://www.npmjs.com/package/balanceofsatoshis
|
||||||
|
|
||||||
BOSVERSION="17.9.1"
|
BOSVERSION="19.3.4"
|
||||||
|
|
||||||
# command info
|
# command info
|
||||||
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# path: /home/admin/config.scripts/bonus.labelbase.sh
|
# path: /home/admin/config.scripts/bonus.labelbase.sh
|
||||||
APPID="labelbase"
|
APPID="labelbase"
|
||||||
VERSION="2.2.1"
|
VERSION="2.2.2"
|
||||||
GITHUB_REPO="https://github.com/Labelbase/Labelbase/"
|
GITHUB_REPO="https://github.com/Labelbase/Labelbase/"
|
||||||
GITHUB_TAG="2.2.1"
|
GITHUB_TAG="2.2.2"
|
||||||
GITHUB_SIGN_AUTHOR=""
|
GITHUB_SIGN_AUTHOR=""
|
||||||
GITHUB_SIGN_PUBKEYLINK=""
|
GITHUB_SIGN_PUBKEYLINK=""
|
||||||
GITHUB_SIGN_FINGERPRINT=""
|
GITHUB_SIGN_FINGERPRINT=""
|
||||||
@ -112,8 +112,8 @@ if [ "$1" = "menu" ]; then
|
|||||||
|
|
||||||
# basic info text - for an web app how to call with http & self-signed https
|
# basic info text - for an web app how to call with http & self-signed https
|
||||||
dialogText="Open in your local web browser:
|
dialogText="Open in your local web browser:
|
||||||
http://${localIP}:${PORT_CLEAR}\n
|
https://${localIP}:${PORT_SSL}\n
|
||||||
https://${localIP}:${PORT_SSL} with Fingerprint:
|
with Fingerprint:
|
||||||
${fingerprint}\n
|
${fingerprint}\n
|
||||||
"
|
"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# https://github.com/apotdevin/thunderhub
|
# https://github.com/apotdevin/thunderhub
|
||||||
THUBVERSION="v0.13.30"
|
THUBVERSION="v0.13.31"
|
||||||
|
|
||||||
# command info
|
# command info
|
||||||
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
||||||
|
@ -89,7 +89,7 @@ if [ "$1" = "install" ] ; then
|
|||||||
# check if lnd binary is already installed
|
# check if lnd binary is already installed
|
||||||
if [ $(sudo -u admin lnd --version 2>/dev/null| grep -c 'lnd') -gt 0 ]; then
|
if [ $(sudo -u admin lnd --version 2>/dev/null| grep -c 'lnd') -gt 0 ]; then
|
||||||
echo "lnd binary already installed - done"
|
echo "lnd binary already installed - done"
|
||||||
exit 1
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# get LND resources
|
# get LND resources
|
||||||
|
Loading…
Reference in New Issue
Block a user