Replying to Avatar gil

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?

Reply to this note

Please Login to reply.

Discussion

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.

I am doing everything via SSH. Will look into it. Have to dig deeper into docker first...

So I managed to copy all needed files but can't copy the .well-known folder or find a way to make a folder inside the container. I am not accessing the docker container via SSH though.