https://fediversity.site/.well-known/apgateway/did:key:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/photo/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx-1.jpg?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&zid=billstatler%40forum.statler.ws
https://forum.statler.ws/ca/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx?url=https%3A%2F%2Ffediversity.site%2F.well-known%2Fapgateway%2Fdid%3Akey%3Axxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx%2Fphoto%2Fxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx-1.jpg%3Ftoken%3Dxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
https://forum.statler.ws/ca/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
/.well-known/apgateway/did:key:
At the moment, only brand new streams accounts have nomadic ActivityPub accounts. Pre-existing accounts have traditional ids, however some content will be using gateway resolvers before they fully transition.
https://streams.elsmussols.net/.well-known/apgateway/did:key:z6Mkmc3YmgUu5jTyhc6YqC8VjnMwmFtdjFFA45MHTqyBFaA2/actor/inbox
But let's just say there's stuff going on in development land which changes the whole picture. Zot/Nomad is/are gone and it's ActivityPub from top to bottom. It will be a long while before this stabilises -- so don't hold your breath.
2024-08-19T21:38:52Z:LOG_INFO:1f0e163e2f:network.php:93:http_status: .well-known/apgateway/did:key:z6MkjBBEC14Eeax4iXXXtf9TGFukqkh45m4FLPXXXwMujxgB/photo/e7e70b2e-7f02-4935-95da-2b67cb5e23e6-1.png?token=0dIUkCxeXXXSE3sK65TRCSDghsuUxCjRGF8qXXXgCAldiUY:404 Not found
2024-08-19T21:44:20Z:LOG_INFO:1f0e163e2f:network.php:93:http_status: .well-known/apgateway/did:key:z6MkjBBEC14Eeax4iXXXtf9TGFukqkh45m4FLPXXXwMujxgB/photo/e7e70b2e-7f02-4935-95da-2b67cb5e23e6-1.png?token=SI0XXXSdy3tHgMnLwY0rmTvVBv1DX8on9XXXlkmhzb3V86h:404 Not found2024-08-19T21:44:20Z:LOG_INFO:1f0e163e2f:network.php:93:http_status: .well-known/apgateway/did:key:z6MkjBBEC14Eeax4iXXXtf9TGFukqkh45m4FLPXXXwMujxgB/photo/e7e70b2e-7f02-4935-95da-2b67cb5e23e6-1.png?token=SI0XXXSdy3tHgMnLwY0rmTvVBv1DX8on9XXXlkmhzb3V86h:404 Not found
2024-08-19T21:45:57Z:LOG_INFO:c47940f981:network.php:93:http_status: .well-known/x-nodeinfo2:404 Error2024-08-19T21:45:57Z:LOG_INFO:43302bc923:network.php:93:http_status: .well-known/nodeinfo:404 Error
# make sure webfinger and other well known services aren't blocked # by denying dot files and rewrite request to the front controller location ^~ /.well-known/ { allow all; if (!-e $request_filename) { rewrite ^(.*)$ /index.php?req=$1; } }