assemblee-virtuelle / semapps

A toolbox to create semantic web applications
https://semapps.org
Apache License 2.0
87 stars 8 forks source link

Nodeinfo endpoint with SemApps instance metadata #914

Closed srosset81 closed 9 months ago

srosset81 commented 2 years ago

Nodeinfo is not a W3C standard, but it is used by a large number of softwares (many ActivityPub softwares, but also Wordpress).

https://nodeinfo.diaspora.software/ https://github.com/jhass/nodeinfo

This is what the endpoint looks like:

https://github.com/jhass/nodeinfo/blob/main/schemas/2.1/example.json https://github.com/jhass/nodeinfo/blob/main/schemas/2.1/schema.json

As the VOID endpoint will mainly be used to make containers visible on the server, it would be interesting to support this other format in order to give other information about a SemApps instance.

srosset81 commented 9 months ago

The nodeinfo service exist now, it can be implemented by any software, including Archipelago.