kubo/plugin
Oli Evans aa3ca14197
feat: pass IPFS_PLUGINS to docker build
- allow IPFS_PLUGINS build-arg to be passed to docker build command
- remove annoying logging from peerlog plugin that appears multiple times in docker logs

usage:

  docker build --build-arg IPFS_PLUGINS="foo bar baz"

License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
2020-02-13 14:39:58 +00:00
..
loader feat: make it possible to enable plugins with a build env variable 2020-02-10 13:05:32 -08:00
plugins feat: pass IPFS_PLUGINS to docker build 2020-02-13 14:39:58 +00:00
daemon.go plugins: support Close() for Tracer plugins as well 2019-09-24 17:43:07 +09:00
daemoninternal.go plugins: introduce PluginDaemonInternal to directly interact with IpfsNode 2019-11-22 13:18:44 +01:00
datastore.go add support for datastore plugins 2018-09-23 16:52:57 +02:00
ipld.go gx: unrewrite 2019-03-05 18:33:56 +01:00
plugin.go plugins: support Close() for Tracer plugins as well 2019-09-24 17:43:07 +09:00
Rules.mk plugin: create plugin API and loader, add ipld-git plugin 2017-07-12 21:53:59 +02:00
tracer.go plugins: support Close() for Tracer plugins as well 2019-09-24 17:43:07 +09:00