multiverse
ipfs 

所属分类:IPFS
开发工具:GO
文件大小:0KB
下载次数:0
上传日期:2021-03-31 19:04:11
上 传 者sh-1993
说明:  与git兼容的去中心化代码托管服务器。,
(A git compatible decentralized code hosting server.,)

文件列表:
COPYING (34522, 2021-03-31)
assets/ (0, 2021-03-31)
assets/preview.png (21917, 2021-03-31)
cmd/ (0, 2021-03-31)
cmd/multiverse/ (0, 2021-03-31)
cmd/multiverse/main.go (1070, 2021-03-31)
go.mod (922, 2021-03-31)
go.sum (141660, 2021-03-31)
internal/ (0, 2021-03-31)
internal/core/ (0, 2021-03-31)
internal/core/server.go (1503, 2021-03-31)
internal/database/ (0, 2021-03-31)
internal/database/database.go (465, 2021-03-31)
internal/database/repo.go (1427, 2021-03-31)
internal/database/session.go (784, 2021-03-31)
internal/database/user.go (2019, 2021-03-31)
internal/gitutil/ (0, 2021-03-31)
internal/gitutil/gitutil.go (4345, 2021-03-31)
internal/http/ (0, 2021-03-31)
internal/http/auth/ (0, 2021-03-31)
internal/http/auth/auth.go (103, 2021-03-31)
internal/http/auth/log_in.go (1066, 2021-03-31)
internal/http/auth/log_out.go (237, 2021-03-31)
internal/http/auth/sign_up.go (1162, 2021-03-31)
internal/http/git/ (0, 2021-03-31)
internal/http/git/adv_refs.go (2107, 2021-03-31)
internal/http/git/git.go (101, 2021-03-31)
internal/http/git/loader.go (1031, 2021-03-31)
internal/http/git/rec_pack.go (2569, 2021-03-31)
internal/http/git/up_pack.go (1843, 2021-03-31)
internal/http/home/ (0, 2021-03-31)
internal/http/home/home.go (103, 2021-03-31)
internal/http/home/read.go (663, 2021-03-31)
internal/http/http.go (2208, 2021-03-31)
internal/http/repo/ (0, 2021-03-31)
internal/http/repo/create.go (1712, 2021-03-31)
internal/http/repo/logs.go (1886, 2021-03-31)
internal/http/repo/read.go (1537, 2021-03-31)
internal/http/repo/refs.go (1477, 2021-03-31)
... ...

# Multiverse [![Gitter](https://badges.gitter.im/multiverse-vcs/community.svg)](https://gitter.im/multiverse-vcs/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) A git compatible decentralized code hosting server. ![preview](assets/preview.png) ### 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

近期下载者

相关文件


收藏者