Skip to content

ericpp/helipad-startos

 
 

Repository files navigation

Project Logo

Helipad for StartOS

Helipad shows boosts and boostagram messages coming in to to your Lightning node from your listeners who are using Podcasting 2.0 apps.

This repository creates the s9pk package that is installed to run Helipad on StartOS.

Dependencies

Prior to building the helipad 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 Helipad package repository locally.

git clone https://github.com/Podcastindex-org/helipad-startos.git
cd helipad-startos

Building

To build the Helipad 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 helipad.s9pk by sideloading it under the StartOS > System > Sideload a Service section.

Verify Install

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

Done!

About

Helipad packaged for Start9's StartOS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 43.7%
  • TypeScript 24.1%
  • Shell 23.6%
  • Dockerfile 8.6%