`deploy.sh` is a simple way to deploy a strfry relay to a fresh Ubuntu VPS.
Installs nginx, acme.sh, and builds strfry from scratch.
- Get the script here:
- I made a PR for strfry here:
@npub1yxpr...qud4 (happy to make any changes you need)
It's an idempotent shell script so you can safely run it multiple times. I deployed https://relay.mccormick.cx with this script.
GitHub
strfry/deploy.sh at deploy-script · chr15m/strfry
a nostr relay. Contribute to chr15m/strfry development by creating an account on GitHub.
GitHub
Script to idempotently deploy to a VPS. by chr15m · Pull Request #151 · hoytech/strfry
This PR adds a script at the top level called ./deploy.sh.
You can use this to deploy strfry to a fresh Ubuntu VPS with one command.
Run ./deploys....