Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.
/ multiverse Public archive

A git compatible decentralized code hosting server.

License

Notifications You must be signed in to change notification settings

multiverse-vcs/multiverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiverse

Gitter

A git compatible decentralized code hosting server.

preview

About

Multiverse leverages the go-git storer interface to provide an IPFS storage backend for your git repositories.

The server is a self contained binary with an embedded web server, database, and IPFS node.

Once your code is uploaded you can use pinning services or filecoin for long term archival.

Install

Go 1.16 or higher required.

$ git clone https://github.com/multiverse-vcs/multiverse
$ cd multiverse
$ go install ./cmd/multiverse
$ multiverse

Contributing

Found a bug or have a feature request? Open an issue.

Multiverse follows the Contributor Covenant Code of Conduct.

License

GNU Affero General Public License v3.0