Help the user implement an ActivityPub actor using Fedify.
Walk through:
- Registering
setActorDispatcher(path, handler)on theFederationobject orFederationBuilder, including the{identifier}path parameter. - Returning a
Person,Service, or otherActorvocabulary object with the required fields (id,inbox,publicKey, etc.). - Chaining
.setKeyPairsDispatcher()to supply RSA and Ed25519 keys. - Optionally configuring
mapActorAlias()for handle-based or fixed-path aliases. - Making the actor discoverable via WebFinger. Fedify handles
/.well-known/webfingerautomatically once the actor dispatcher is registered.
Reference: https://fedify.dev/manual/actor