1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-17 15:06:47 +08:00

plugins: add support for plugin configs

For now, configs specified in `daemon --init-config` and `init CONFIG` are not
available. We should fix this eventually but isn't necessary for now (and
supporting this will be annoying).
This commit is contained in:
Steven Allen
2019-08-29 12:22:51 -07:00
parent d2a1ce3c5c
commit 150b6dd1bd
15 changed files with 156 additions and 45 deletions

View File

@ -21,6 +21,9 @@ directory (by default `~/.ipfs/plugins`).
## Plugin Types
Plugins can implement one or more plugin types, defined in the
[plugin](https://godoc.org/github.com/ipfs/go-ipfs/plugin) package.
### IPLD
IPLD plugins add support for additional formats to `ipfs dag` and other IPLD