Ceramic Daemon options for configuring behavior related to IPFS.

Hierarchy

  • DaemonIpfsConfig

Constructors

Properties

disablePeerDataSync?: boolean = false

When true, effectively makes the node local-only. This node will be unable to load any data from other nodes on the network. Use with caution!

host?: string

If mode is 'remote', this controls what URL Ceramic uses to connect to the external IPFS node.

mode?: IpfsMode

Whether the daemon should start its own bundled in-process ipfs node, or if it should connect over HTTP to an existing remote IPFS node.

pinningEndpoints?: string[]

Endpoints for pinning IPFS data. When specifying in a config file, use the name 'pinning-endpoints'.