Notices where this attachment appears
-
Embed this notice
@alex @rees @NEETzsche @malakai Did a thingy.
location /.well-known/nostr.json$ {
resolver 8.8.8.8;
proxy_ssl_server_name on;
proxy_ssl_name "mostr.pub";
proxy_set_header Host "mostr.pub";
proxy_pass https://mostr.pub${request_uri}_at_ryona.agency;
proxy_buffering on;
sub_filter "_at_ryona.agency" "";
sub_filter_types application/json;
}https://ryona.agency/.well-known/nostr.json?name=mint returns "mint" when using curl, but "mint_at_ryona.agency" when opening it in browser. Very bizarre.