kubo

IPFS implementation in Go

WWW CVSWeb GITHub
  1. Package version
    kubo-0.26.0
  2. Maintainer
    The OpenBSD ports mailing-list

IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas
from Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single
bittorrent swarm, exchanging git objects. IPFS provides an interface as
simple as the HTTP web, but with permanence built in.

+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

First Run
=========

If you are running ${PKGSTEM} for the first time, you will have to initialize
its database first.

Run as root:

# su -l -s /bin/sh _go-ipfs -c \
"IPFS_PATH=${LOCALSTATEDIR}/kubo ${LOCALBASE}/bin/ipfs init"

Web Interface
=============

${PKGSTEM} serves up a web interface on:

http://localhost:5001/webui/

  • lang/go
  • archivers/unzip