Does this run as an lxc or some other containerized env?
I took https://relayrunner.org and compiled it into a script to install a relay:
https://github.com/nodetec/relaywizard
Just make sure that:
- you have a newly provisioned server
- it’s running debian
- you already have dns hooked up
the command is in the readme
Discussion
it looks like from this https://github.com/nodetec/relaywizard/blob/master/cmd/install.go that it would be run inside a container if you wanted to use that
nostr:npub10npj3gydmv40m70ehemmal6vsdyfl7tewgvz043g54p0x23y0s8qzztl5h has some stuff for deploying relays in containers using systemd-nspawn (i helped make them)