Skip to content

This repository creates the s9pk package that is installed to run Alby Hub

License

Notifications You must be signed in to change notification settings

getAlby/albyhub-startos

 
 

Repository files navigation

Project Logo

Alby Hub for StartOS

Alby Hub is the open-source, self-custodial Lightning wallet that puts you in control. With an integrated node, it's more than just a wallet—it's your gateway to Bitcoin. Manage channels, run apps, and take charge of your funds, all through one sleek, user-friendly interface. Empower your Bitcoin journey with simplicity and sovereignty. This repository creates the s9pk package that is installed to run Alby Hub on StartOS.

Dependencies

Prior to building the albyhub package, it's essential to configure your build environment for StartOS services. You can find instructions on how to set up the appropriate build environment in the Developer Docs.

Cloning

Clone the Alby Hub package repository locally.

git clone https://github.com/horologger/albyhub-startos.git
cd albyhub-startos

Building

To build the Alby Hub service as a universal package, run the following command:

make

Alternatively the package can be built for individual architectures by specifying the architecture as follows:

# for amd64
make x86

or

# for arm64
make arm

Installing (on StartOS)

Before installation, define host: https://server-name.local in your ~/.embassy/config.yaml config file then run the following commands to determine successful install:

ℹ️ Change server-name.local to your Start9 server address

start-cli auth login
#Enter your StartOS password
make install

Tip: You can also install the albyhub.s9pk by sideloading it under the StartOS > System > Sideload a Service section.

Verify Install

Go to your StartOS Services page, select Alby Hub and start the service.

Done!

About

This repository creates the s9pk package that is installed to run Alby Hub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 42.3%
  • TypeScript 33.2%
  • Makefile 17.9%
  • Dockerfile 6.6%