https://nostr.kolbers.de/.well-known/nostr.json
Is not serving the json-file. Are you sure the .htaccess is set up correctly?
https://nostr.kolbers.de/.well-known/nostr.json
Is not serving the json-file. Are you sure the .htaccess is set up correctly?
It should be. The .htaccess file's content is:
Header set Access-Control-Allow-Origin "*"
I think maybe I am in the wrong public folder. I am using the VM where I installed a nostr-rs-relay in a docker container. So I guess I have to place the files in the docker container right?
Maybe (probably) yes? Not entirely sure how your setup looks like, but the .well-known folder should be at the root of where your domain points to for this to work.
Yep. I think I have to copy the files in the corresponding folder of the docker container.
And find out how to.
If you can ssh into the container you could use scp.