mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-17 21:31:45 +01:00
v1.11.4rc1 & AlbyHub 1.12.0
This commit is contained in:
parent
25bab72873
commit
d11e95595a
@ -1,8 +1,10 @@
|
||||
## What's new in Version 1.11.4 of RaspiBlitz?
|
||||
|
||||
ReleaseCandidate: https://raspiblitz.fulmo.org/images/raspiblitz-min-v1.11.4rc1-2024-12-18.img.gz
|
||||
|
||||
Small AlbyHub feature release with security/bug-fixing relevant updates.
|
||||
|
||||
- New: AlbyHub v1.11.3 (SSH & WebUI) [details](https://github.com/getAlby)
|
||||
- New: AlbyHub v1.12.0 (SSH & WebUI) [details](https://github.com/getAlby)
|
||||
- New: SSH-Option to tirn on/off LNbits AdminUI [details](https://github.com/raspiblitz/raspiblitz/issues/4876)
|
||||
- Update: LND v0.18.3-beta [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.18.3-beta)
|
||||
- Update: Core Lightning v24.11 [details](https://github.com/ElementsProject/lightning/releases/tag/v24.11)
|
||||
|
@ -7,7 +7,7 @@
|
||||
APPID="albyhub" # one-word lower-case no-specials
|
||||
|
||||
# https://github.com/getAlby/hub/releases
|
||||
VERSION="1.11.3"
|
||||
VERSION="1.12.0"
|
||||
|
||||
# port numbers the app should run on
|
||||
# delete if not an web app
|
||||
@ -133,7 +133,7 @@ if [ "$1" = "menu" ]; then
|
||||
http://${localIP}:${PORT_CLEAR}\n
|
||||
https://${localIP}:${PORT_SSL} with Fingerprint:
|
||||
${fingerprint}\n
|
||||
The Alby Hub password is managed seperate from RaspiBlitz - make sure to manage it safely.\n
|
||||
The Alby Hub password is managed separate from RaspiBlitz - make sure to manage it safely.\n
|
||||
"
|
||||
|
||||
# use whiptail to show SSH dialog & exit
|
||||
|
Loading…
x
Reference in New Issue
Block a user