From 01942f915a9f14b933430fc434e339cadeeb5114 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 16 Oct 2021 17:42:41 +0300 Subject: README: update --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b3490f..c24088e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ cgitize [![CI](https://github.com/egor-tensin/cgitize/actions/workflows/ci.yml/badge.svg)](https://github.com/egor-tensin/cgitize/actions/workflows/ci.yml) Mirror your git repositories and make them cgit-ready. +Supports cloning all of your repositories from major hosting providers: + +* GitHub, +* Bitbucket, +* Gitlab. Example output can be found at https://egort.name/git/. @@ -33,8 +38,7 @@ tokens/application passwords). The image is **egortensin/cgitize**. The container reads the config from /etc/cgitize/cgitize.toml and writes the repositories to /var/tmp/cgitize. -If SSH is required, the socket should be mapped to -/var/run/cgitize/ssh-agent.sock. +If SSH is required, map the socket to /var/run/cgitize/ssh-agent.sock. docker run -it --rm \ -v "/path/to/config:/etc/cgitize:ro" \ -- cgit v1.2.3