git-ha-poc

module
v0.0.0-...-c2b79b4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 3, 2020 License: Apache-2.0

README

git-ha-poc Go

Just a proof of concept for a highly available Git servers.

Overview

overview

Requirements

Go 1.14+

Works

Build each services
$ docker-compose build
Run each services
$ docker-compose up
Create a repository
$ curl -X POST localhost:8080/foo/test.git
Clone a repository
# HTTP
$ git clone http://localhost:8080/foo/test.git

# SSH
$ git clone ssh://git@localhost:2222/foo/test.git

Acknowledgments

Author

vvatanabe

Directories

Path Synopsis
internal
grpc-proxy/proxy
Package proxy provides a reverse proxy handler for gRPC.
Package proxy provides a reverse proxy handler for gRPC.
proto
ssh
shared

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL