8000 GitHub - remcoros/lnbits-startos: .s9pk wrapper for LNBits
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

remcoros/lnbits-startos

 
 

Repository files navigation

Project Logo

LNbits for StartOS

lnbits-startos contains the lnbits software packaged to run on StartOS. You can run lnbits on StartOS by installing a .s9pk file, or you can build your own .s9pk file by following the instuctions below.

Dependencies

Build environment

Before building the lnbits 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.

Cloning

Clone the project locally.

git clone https://github.com/Start9Labs/lnbits-startos.git
cd lnbits-startos

Building

To build the lnbits 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

Installing (on StartOS)

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
start-cli --host https://server-name.local package install lnbits.s9pk

Tip: You can also install the lnbits.s9pk using Sideload Service under the StartOS > SETTINGS section.

Verify Install

Go to your StartOS Services page, select lnbits, configure and start the service.

Done!

About

.s9pk wrapper for LNBits

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 66.1%
  • TypeScript 17.7%
  • Makefile 12.0%
  • Dockerfile 4.2%
0