Join Nostr
2023-01-10 06:04:55 GMT
in reply to

daniel on Nostr: You can’t use NVK’s Github instructions if you’re self-hosting. Just add this ...

You can’t use NVK’s Github instructions if you’re self-hosting.

Just add this file to your web server root:

`/.well-known/nostr.json`

containing:

`{
"names": {
“[your name]”: “[your pubkey hex]”
}
}`

and add this line to your .htaccess file:

`Header set Access-Control-Allow-Origin “*”`