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

Adding support for inbound nodeinfo queries #84

Closed andypiper closed 10 months ago

andypiper commented 10 months ago

Added a new route handler for queries to the server's nodeinfo routes, specifically the .well-known/nodeinfo and nodeinfo/2.0 endpoints.

The actual capabilities reported by these endpoints may be improved in the future (for example, for now, the usage information related to user activity is largely static).

Closes #73