should be fixed as of latest release! thanks for the report and sorry for the inconvenience <3
uh oh prod is on fire
hey everyone, let's welcome my new friend nostr:nprofile1qqsq58f3epjh5ltleln85y4vnxgzkm6mndp624c3496t9r0ra66347gpp4mhxue69uhkummn9ekx7mqpzpmhxue69uhkummnw3ezumrpdejq0ulc8w to Nostr!
POTATO
something big is coming π
omg welcome to my feed new people :0000000
Honestly when he said "http client" I immediately thought he wrote something that talks raw http and not a client in the sense of axios etc
fwiw i do all my Soapbox testing in Firefox (im on stable though, not nightly), the captcha worked for me on gleasonator.dev. so it may also be a Ditto thing
Because then i can do this directly in the browser:
```
import { Colle } from "https://deno.land/x/colle@2.1.1/src/Colle.js"
```
(https://github.com/tc39/proposal-type-annotations when? π )
Tired of being stuck in 2017 with Axios and xhr. I want new things to be based on Fetch API. A lot of code depends on it so I want to change it now. Couldn't get past this in the "best" existing library: https://github.com/sindresorhus/ky/pull/606 Wasn't worth forking it when I need only a fraction of the functionality anyway. So I wrote this instead: https://gitlab.com/soapbox-pub/soapbox/-/blob/main/src/api/MastodonClient.ts?ref_type=heads Honestly not bad, but it took way longer to figure out than it looks.
Neat, I wrote something similar once for https://github.com/xyzshantaram/colle
...why?
The local timeline shows posts by people that have a nip-05 from that Ditto instance. Of course, it doesn't matter what relay you post on, just your @ should be something@instance.domain for example @elidy@freedomweaver.club or @shan@freedomweaver.club.
Well you could set up an nginx forwarding rule to forward relay.notes.yoursite.org to notes.yoursite.org/relay
Proton Drive doesn't have a public API yet, apparently. It could be interesting to allow another (say, self-hosted) cloud service but then it's kind of an xkcd Standards type problem where we have to pick one or two cloud services and have people be content with that. Great suggestion though, thank you, we'll look into it.
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.
wow i never thought a world leader would be taking notes from Modi but who else than Netanyahu
nostr:note1zeuu99rm4p0grzqh7jp57jdqjrfczng2sw9ugafnjyzeelvm55ssf8adwq
Can also use `deno task nostr:pull` in the ditto repo, doesn't need nak
https://gitlab.com/soapbox-pub/ditto/-/merge_requests/492
password issue fixed, btw, thanks again
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.
