mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 02:47:48 +08:00
This preloads the peerlog plugin in the ipfs binary, but keeps it disabled by default. To enabled it, set Enabled=true in its config. The motivation is to simplify building and deploying gateways, and for them to use binaries that are more similar to release bins.
11 lines
450 B
Plaintext
11 lines
450 B
Plaintext
# this file contains plugins to be preloaded
|
|
# empty lines or starting with '#' are ignored
|
|
#
|
|
# name go-path number of the sub-plugin or *
|
|
|
|
ipldgit github.com/ipfs/go-ipfs/plugin/plugins/git *
|
|
|
|
badgerds github.com/ipfs/go-ipfs/plugin/plugins/badgerds *
|
|
flatfs github.com/ipfs/go-ipfs/plugin/plugins/flatfs *
|
|
levelds github.com/ipfs/go-ipfs/plugin/plugins/levelds *
|
|
peerlog github.com/ipfs/go-ipfs/plugin/plugins/peerlog * |