registry.json
registry.json, in iyulab/filer-plugin-registry, lists the sources that fill Connect’s “Registry Sources” list:
{ "version": 1, "sources": [ { "name": "my-filer-plugins", "url": "https://github.com/you/my-filer-plugins", "description": "Brief description of your plugins" } ]}Each entry in sources[]:
| Field | Required | Meaning |
|---|---|---|
name |
yes | source id |
url |
yes | the source’s GitHub repository URL |
description |
no | shown alongside the source in Connect |
official |
no | set only on the maintainers’ own source |
This file lists sources, not plugins — a source’s own filer-plugins.json is what lists its plugins; see filer-plugins.json.
- Register in the community registry — how to add an entry via pull request
