Oddbean new post about | logout
 As for the final error you are getting where Ditto is refusing to start, the error message seems to be truncated to the right. Could you pipe the result of `systemctl status ditto.service` on your VPS into `curl -i -F 'file=@-' https://0x0.st` and paste the link here?

The final command you would run is:

```
sudo systemctl status ditto.service | curl -i -F 'file=@-' https://0x0.st
```
It should spit out a link in response. 
 I’ve jotted down some notes and linked to the file you’ve requested here.

https://freedomweaver.tech/diy/nostr/ditto/index.html#3-getting-online

Thanks so much for your help. 
 Hi! 502 Bad Gateway is actually a good sign regarding your nginx conf, your original nginx conf with 127.0.0.1:4036 looks correct to me. It seems that the ditto process is unable to start - could you cd to /opt/ditto and then run ditto there directly with `deno task start` and let me know what happens? 

Also, if you wouldn't mind we can get on a Jitsi Meet or something at some point to figure this out, it would be much faster. Please let me know your availability (you can email me at me@shantaram.xyz) if that is acceptable. 
 Thank you. I’ll reach out to you soon.