You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Chimo 4d47ad5d7f
Changed 'WebSockets/daemon' to 'Nodeinfo/scripts'
5 months ago
actions Faster NodeInfo stats 6 months ago
classes Remove 'default' => 'CURRENT_TIMESTAMP' 6 months ago
scripts Changed 'WebSockets/daemon' to 'Nodeinfo/scripts' 5 months ago
LICENSE First commit. Braindump. 1 year ago
NodeinfoPlugin.php Version bump 6 months ago
README.md readme: Explain what this plugin does 1 year ago

README.md

Nodeinfo plugin for GNU social

Plugin that presents basic instance information using the NodeInfo standard.

At the moment, the information is presented at the “/main/nodeinfo/2.0” endpoint.

Other tools can then scrape that information and present it in various ways. For example: https://fediverse.network/

Instructions

  1. Make sure the files are in a folder called Nodeinfo if they’re not already
  2. Put the folder in your /local/plugins/ directory (create the directory if it doesn’t exist)
  3. Tell /config.php to use it with: addPlugin(‘Nodeinfo’);