The previous command had several downsides. Firstly, the `-I` option of
hostname is not available on older versions of the command. Secondly, even
on the latest version the order of the output ip addresses is undefined,
so we cannot rely on always taking the first address. Thirdly, sometimes
the command just returns localhost's IP (127.0.0.1) instead of a
routable IP on the network.
The new approach gets the IP address of the default interface that is
used to route requests to the outside, which gives the correct response
on all of my test machines.
Co-authored-by: Nicolas Schneider <nioncode+github@gmail.com>
This release of Umbrel adds an Electrum server along with lndconnect to expand wallet compatibility. You can now connect Electrum, Blockstream Green, BlueWallet, Phoenix, Sparrow, Wasabi, Zap, and Zeus directly to your Umbrel.
Due to the performance constraints of running an Electrum server, this update isn’t compatible with devices with less than 2GB RAM, such as the Raspberry Pi 3. We strongly recommend upgrading to a device with more RAM, such as the Raspberry Pi 4 with 4GB or 8GB RAM.
Chat with us on telegram for any questions: https://t.me/getumbrel
This update brings some minor bugfixes and adds monitoring functionality to ensure your external storage device is running reliably.
Changes:
Stop Umbrel if external storage device is unreliable (#224) af4066d (Thanks @vindard for helping out with this)
Prevent start script from failing on no hidden service file (#226) 95a0dd8
Bump dashboard to v0.3.7 (#227) eea7208
Diff: v0.2.9...v0.2.10