Skip to content

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

License

Notifications You must be signed in to change notification settings

vvatanabe/git-ha-poc

Repository files navigation

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:https://localhost:8080/foo/test.git

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

Acknowledgments

Author

vvatanabe

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published