Versions in this module Expand all Collapse all v0 v0.0.1 Jun 25, 2024 Changes in this version + type API struct + Address string + Password string + type BlockStore struct + CacheSize int + MaxConcurrent int + type Config struct + API API + BlockStore BlockStore + IPFS IPFS + Log Log + Renterd Renterd + type HTTPGateway struct + Fetch RemoteFetch + ListenAddress string + RedirectPathStyle bool + type IPFS struct + AnnounceAddresses []string + Gateway HTTPGateway + ListenAddresses []string + Peers []IPFSPeer + PrivateKey string + Provider IPFSProvider + type IPFSPeer struct + Addresses []string + ID peer.ID + type IPFSProvider struct + BatchSize int + Interval time.Duration + Timeout time.Duration + type Log struct + Level string + type RemoteFetch struct + AllowList []cid.Cid + Enabled bool + type Renterd struct + Bucket string + BusAddress string + BusPassword string + WorkerAddress string + WorkerPassword string