Fixed *part* of my blog’s ActivityPub setup and now you can find…

Fixed *part* of my blog’s ActivityPub setup and now you can find @kelson and its recent posts, but it’s not turning up specific posts in search yet.

I did successfully boost a blog post, judging by the 10 minutes of hits from mastodon/pleroma/etc servers!

I’m using this #ActivityPub plugin for #WordPress https://wordpress.org/plugins/activitypub/ and I’m working out conflicts with Let’s Encrypt and subfolders and something else, possibly caching

On Wandering.shop

To deal with the combination of #LetsEncrypt and using #WordPress in a #subdirectory, I’m using this in my .htaccess at the top level of the site:

RewriteRule ^.well-known/(host-meta|webfinger|nodeinfo|x-nodeinfo) /journal/.well-known/$1 [L]

This is to ensure that *only* the webfinger and nodeinfo endpoints are forwarded to the blog where the #ActivityPub plugin picks them up, and Let’s Encrypt will find .acme-challenge and be able to renew my TLS cert when the time comes.

On Wandering.shop

I’m not sure yet why searching for an individual post doesn’t work. I’m going to get back to $dayJob for the afternoon & take another look at that part later.

On Wandering.shop