BTCPay Server is a self-hosted, open-source cryptocurrency payment processor. It's secure, private, censorship-resistant and free. This repository creates the s9pk
package that is installed to run btcpayserver
on StartOS.
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 project locally:
git clone [email protected]:elvece/btcpayserver-wrapper.git
cd btcpayserver-wrapper
After setting up your environment, build the btcpayserver
package by running:
make
Run the following commands to install:
ℹ️ Change adjective-noun.local to your Start9 Server LAN address
embassy-cli auth login
# Enter your server's master password
embassy-cli --host https://adjective-noun.local package install btcpayserver.s9pk
If you already have your embassy-cli
config file setup with a default host
,
you can install simply by running:
make install
Tip: You can also install the btcpayserver.s9pk using Sideload Service under the System > Settings section.
Go to your Start9 Server Services page, select BTCPay Server, configure and start the service. Then, verify its interfaces are accessible.
Done!