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:
@ -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
|
||||
|
Reference in New Issue
Block a user