https://github.com/multiverse-vcs/multiverse
A git compatible decentralized code hosting server.
https://github.com/multiverse-vcs/multiverse
ipfs
Last synced: 7 days ago
JSON representation
A git compatible decentralized code hosting server.
- Host: GitHub
- URL: https://github.com/multiverse-vcs/multiverse
- Owner: multiverse-vcs
- License: agpl-3.0
- Archived: true
- Created: 2021-03-25T21:50:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-31T19:04:11.000Z (almost 5 years ago)
- Last Synced: 2024-06-20T00:27:46.496Z (over 1 year ago)
- Topics: ipfs
- Language: Go
- Homepage:
- Size: 373 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Multiverse
[](https://gitter.im/multiverse-vcs/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
A git compatible decentralized code hosting server.

### About
Multiverse leverages the [go-git](https://github.com/go-git/go-git) storer interface to provide an [IPFS](https://github.com/ipfs/go-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.
```bash
$ 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](https://github.com/multiverse-vcs/multiverse/issues/new).
Multiverse follows the [Contributor Covenant](https://contributor-covenant.org/version/2/0/code_of_conduct/) Code of Conduct.
### License
GNU Affero General Public License v3.0