runs on someone elses hardware correct!
Discussion
This one does, because I want to experiment with clearnet public servers.
But I also run my own private relay on my Bitcoin node which is only accessible via VPN or Tor.
cool!
that was meant to be a ? on my previous comment not a ! btw
what hardware is your own node and what do i need to run a provate relay on my node?
As you can see from my header, I run 3 nodes.
Umbrel home
Umbrel Pi 4, 8GB RAM, 2TB SSD
Start9, Lenovo NUC, 32GB RAM, 2TB SSD
The NOSTR relay is on my Umbrel Pi and is accessed via Tailscale VPN. It primarily backs up my data. It isn’t meant to be a full clearnet relay and is tied to my npub.
I setup the Start9 NOSTR relay, but this is more complex and I haven’t configured it yet, but this is still only available through Tor
I am considering setting up the Start9 NOSTR relay as a public relay (unpaid) and configuring something like a Cloudflare tunnel to provide clearnet access to it.
If you're going the cloudflare tunnel route, I created a startos wrapper for cloudflared, which makes setting this up very easy: https://github.com/remcoros/cloudflared-startos
Thank you