A demo video for the first three instances of nostrcheck server running on a version of Coracle I am working on. The user has the freedom to choose which media provider he wants to upload his files to (NIP98 compatible of course!) Nostur is already compatible. Ask the developers of your favourite nostr client to implement NIP96! This is already a reality, if you want to be sovereign of your data, let me know and I'll help you.

Replies (21)

I'm going to try setting up my own nostrcheck server soon but I’m still hoping someone creates a service where I can just point my domain at so I don’t have to deal with all the server stuff.
On the other hand, just the simple fact that you are considering installing an instance has already made my afternoon! 😀😀
I wonder whether Wordpress installation would suit for this purpose. Hosting a wp for personal purposes is easy to do and every shared hosting provider has the one click versions for it. Making a widget / custom theme to suit for nostr purposes would be great. Could start just by using its image storing and media serving but extend to full relay backups, posting etc. Activitypub is already integrated:
I think I might do this, I did some wordpress dev in the past and know how things work but its too long ago for me to build anything useful, but I just asked ChatGPT some questions and it gave me all the right code snippets, got a minimal PoC already.
Yes I ran into that too, there aren’t many nostr php libraries, and the one I found requires 8.1, I will try to figure out if we can make it run on 7.x
I can stand up that service no problem, but then you still have to trust me with your files. The easier it is the more you have to trust a 3rd party.
This one should work on 7.4 or higher: only 2 php server requirements I haven’t been able to get rid of: ext-xml and ext-gmp. ext-xml shouldn’t be a problem, most WordPress hosting probably have this. ext-gmp I’m not sure, might be a problem for some hosts, it seems one of the schnorr libraries needs it.
image The first two test uploads worked ( a gif and jpeg): nevent1qqsttrfz6jyj9rmq5hkwr3kxzxnykduq0a27gyzmye8k49vjnz27h9qkhxh6l nevent1qqs2rsaj3drkq5xzsvdly8q9c4p0jnu2a44l7k7pxvs3vf3a2nnsg5sfkyd3q I got the GMP PHP extension error on one random sandbox test site but the other had the extension. For some reason the WP admin backend does not show images. Could be a config issue but did not investigate further. The npub only upload works, too. Nostur shares the media upload settings between accounts (don’t ask how I tested it 😂
WP backend not showing images is a problem with the plugin and upload with “shared” settings shouldn’t happen as that could leak your alt account (but only to your own media server), will fix both soon. Thanks for testing!
When the Nostur sending note “hang” because of media server refusing the connection there was no way to revert back to the draft mode to resolve the issue (and not lose the note).