ThunderHub is an open-source LND node manager where you can manage and monitor your node on any device or browser. It allows you to take control of the lightning network with a simple and intuitive UX and the most up-to-date tech stack. This repository creates the s9pk
package that is
installed to run ThunderHub
on StartOS.
Prior to building the thunderhub
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.
Clone the ThunderHub package repository locally.
git clone git@github.com:Start9Labs/thunderhub-startos.git
cd thunderhub-startos
To build the ThunderHub 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:
make x86
or
make arm
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 thunderhub.s9pk by sideloading it under the StartOS > System > Sideload a Service section.
Go to your StartOS Services page, select ThunderHub, configure and start the service.
Done!