Oddbean new post about | logout
 docker pull scsibug/nostr-rs-relay
docker run -p 4445:8080 scsibug/nostr-rs-relay 
 yeah this is the rust relay 
 I think it is still the best, because it is simple.  Everything else is exploding in complexity. 
 Looks like this is going to have to be my next attempt. nostream’s dependency on Postgres failed to start. 
 Nostream is barely maintained.  I dont like postgres too much, but will use it when I have to. 
 OK, I am now running the podman command from the nostr-rs-relay README. Let’s see if my VPS can handle it. Compiling… https://image.nostr.build/de731a1305e90e1e44133daf297c1745ceed7ddb1c45641620ebef1725d270e2.jpg  
 OK, I seem to have it running.

How do I make it so it always runs at startup? Something about systemd?