nsecBunker is a remote nostr signer
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.
Clone the nsecBunker package repository locally.
git clone https://github.com/hzrd149/nsecbunker-startos.git
cd nsecbunker-startos
To build the nsecbunker package for all platforms using start-sdk, run the following command:
make
To build the nsecbunker package for a single platform using start-sdk, run:
# for amd64
make x86
or
# for arm64
make arm
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 nsecbunker.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 nsecbunker.s9pk using Sideload Service under the System > Manage section.
Go to your StartOS Services page, select nsecBunker, configure and start the service. Then, verify its interfaces are accessible.
Done!