If anyone is interested this is how I got my avatar to appear on astral.ninja.
I needed to add this configuration in Nginx for my images directory:
location ^~ /nostr/ {
add_header Access-Control-Allow-Origin *;
}
You can test to see if it works with this website:
Is the profile metadata like the profile picture hosted by a 3rd party? If so is it possible to host myself? I briefly ran across a NIP related to DNS entries that I thought might be related.