Lightning Terminal (LiT) is a browser-based interface for managing channel liquidity. This .s9pk wrapper will allow you to run LiT on your StartOS Server.
Before building the lightning terminal package, your build environment must be setup for building StartOS services. Instructions for setting up the proper build environment can be found in the Developer Docs.
Clone the project locally. Note the submodule link to the original project(s).
git clone https://github.com/Start9Labs/lightning-terminal-startos.git
cd lightning-terminal-startos
To build the project run the command: make
Run the following commands to determine successful install:
ℹ️ Change server-name.local to your StartOS server address
start-cli auth login
#Enter your StartOS password
start-cli --host https://server-name.local package install lightning-terminal.s9pk
If you already have your start-cli
config file setup with a default host
, you can install simply by running:
make install
Tip: You can also install the lightning-terminal.s9pk using Sideload Service under the System > Manage section.
Go to your StartOS Services page, select lightning-terminal and start the service.
Done!