/nostrudel-startos

Primary LanguageMakefileMIT LicenseMIT

Project Logo

noStrudel for StartOS

noStrudel is a Nostr web client for exploring the Nostr network. This repository creates the s9pk package that is installed to run noStrudel on StartOS.

Dependencies

Install the system dependencies below to build this project by following the instructions in the provided links. You can also find detailed steps to setup your environment in the service packaging documentation.

Cloning

Clone the noStrudel package repository locally.

git clone https://github.com/hzrd149/nostrudel-startos.git
cd nostrudel-startos

Building

To build the nostrudel package for all platforms using start-sdk, run the following command:

make

To build the nostrudel package for a single platform using start-sdk, run:

# for amd64
make x86

or

# for arm64
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 nostrudel.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 nostrudel.s9pk using Sideload Service under the System > Manage section.

Verify Install

Go to your StartOS Services page, select noStrudel, configure and start the service. Then, verify its interfaces are accessible.

Done!