pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/filesystems/kubo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec  4 20:39:02 UTC 2022

Modified Files:
        pkgsrc/filesystems/kubo: DESCR

Log Message:
kubo: Improve DESCR


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/filesystems/kubo/DESCR

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/filesystems/kubo/DESCR
diff -u pkgsrc/filesystems/kubo/DESCR:1.1 pkgsrc/filesystems/kubo/DESCR:1.2
--- pkgsrc/filesystems/kubo/DESCR:1.1   Sun Dec  4 20:09:12 2022
+++ pkgsrc/filesystems/kubo/DESCR       Sun Dec  4 20:39:02 2022
@@ -1,3 +1,17 @@
+Kubo was the first IPFS implementation and is the most widely used
+one today. It implements the Interplanetary Filesystem - the Web3
+standard for content-addressing, interoperable with HTTP. It is
+powered by IPLD's data models and libp2p for network communication.
+Kubo is written in Go.
+
+Featureset
+
+* Runs an IPFS-Node as a network service
+* Command Line Interface to IPFS-Nodes
+* Local Web2-to-Web3 HTTP Gateway functionality
+* HTTP RPC API (/api/v0) to access and control the daemon
+* IPFS's internal Webgui can be used to manage the Kubo nodes
+
 IPFS is a global, versioned, peer-to-peer filesystem. It combines
 good ideas from previous systems such as Git, BitTorrent, Kademlia,
 SFS, and the Web. It is like a single BitTorrent swarm, exchanging



Home | Main Index | Thread Index | Old Index