Thanks for sharing! I have a similar configuration on my paid relay, but the vCores are bored as hell currently! 😅 So I am thinking of running a second relay, like yours, with nip-05 identification. Even the domain would be similar, just *.at! ;-)
## How to setup your own relay with nip05 authentication
I'm using a contabo CLOUD VPS M with NVMe and I'm using nostr-rs-relay with sqlite.
nostr-rs-relay does not work on ubuntu 20.04, so I'm using ubuntu 22.04
I mainly followed
https://github.com/BlockChainCaffe/Nostr-Relay-Setup-Guide
Addionially I needed to install protobuf
apt install protobuf-compiler
and I added
proxy_read_timeout 1d;
proxy_send_timeout 1d;
to the nginx conf in location / { } of listen 443 SSL;
The config.toml needs to be changed and
[verified_users]
mode = "enabled"
must be added.
let me know if you have questions are getting stuck during setup.
Discussion
No replies yet.