minibolt icon indicating copy to clipboard operation
minibolt copied to clipboard

[FEATURE REQ] Add Alby Hub

Open MoritzKa opened this issue 7 months ago • 1 comments

What & why

As a user, I want to be able to install Alby Hub so that I:

  1. don't rely on Tor anymore to connect to my node from remote
  2. can connect my node to other apps via NWC
  3. can easily source receiving capacity by buying a channel from a listed LSP
  4. have a lightning address

How

Provide Alby Hub as an app to install on minibolt

Additional context

Alby Hub is available on many other node distributions platforms like RaspiBlitz, Umbrel and Start9. It is very ressource-efficient. It works with an own node (LDK) or can connect to LND.

https://blog.getalby.com/what-is-alby-hub/

https://github.com/getAlby/hub

https://github.com/getAlby/hub/tree/master/scripts/linux-x86_64

MoritzKa avatar May 12 '25 18:05 MoritzKa

Hi,

Sorry for the delay in my response 🙏

I replied to you by email as well. As I have told you over there, of course, I thought about adding Alby Hub to MiniBolt, already on the roadmap --> https://github.com/orgs/minibolt-guide/projects/1?pane=issue&itemId=119480896.

I found these bare-metal (DIY) options:

  1. wget https://getalby.com/install/hub/server-linux-x86_64.tar.bz2 or wget https://github.com/getAlby/hub/releases/download/v1.18.2/albyhub-Server-Linux-x86_64.tar.bz2 (for x86_64) // wget https://github.com/getAlby/hub/releases/download/v1.18.2/albyhub-Server-Linux-aarch64.tar.bz2 (for arm64, eg RPi)
  2. tar -xvjf server-linux-x86_64.tar.bz2 // tar -xvjf albyhub-Server-Linux-x86_64.tar.bz2 // tar -xvjf albyhub-Server-Linux-aarch64.tar.bz2
  3. ./bin/albyhub

If you know of any more complete guides to build Alby Hub in bare-metal mode (Linux commands step by step), let me know; that would make things easier for me. We need to go in line with the MiniBolt architecture: Install, Configure, and Start/Stop (using systemd), nothing more.

Thank you for your suggestion and contribution 🙏

twofaktor avatar Jul 16 '25 09:07 twofaktor

Done! Available on: https://minibolt.minibolt.info/bonus-guides/lightning/alby-hub 🚀

twofaktor avatar Nov 21 '25 20:11 twofaktor