ckolderup / postmarks

a single-user bookmarking website designed to live on the Fediverse
https://postmarks.glitch.me
MIT License
459 stars 38 forks source link

Enhancement: Support for NodeInfo #73

Closed andypiper closed 10 months ago

andypiper commented 10 months ago

Adding support for the optional nodeinfo format would enable other ActivityPub-based sites and services to know about the capabilities of a Postmarks instance.

https://socialhub.activitypub.rocks/t/guide-for-new-activitypub-implementers/479#information-about-the-instancenode-23

andypiper commented 10 months ago

I've made a start on this in my fork -> src/routes/activitypub/nodeinfo.js - operational, but not quite enough for e.g. FediDB to work with it.