diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-11 05:54:06 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-11 05:55:51 +0200 |
commit | e89cfb1e3669e84a2076ecf3c3210a23ba9b83b7 (patch) | |
tree | 331f3d7a7bb64fa5219322bc4d8b28599da7788b /README.md | |
parent | frontend: dash is not pre-installed on Alpine (diff) | |
download | cgitize-e89cfb1e3669e84a2076ecf3c3210a23ba9b83b7.tar.gz cgitize-e89cfb1e3669e84a2076ecf3c3210a23ba9b83b7.zip |
README: update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -3,7 +3,7 @@ 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. +Self-host your repositories using cgit. Supports cloning all of your repositories from major hosting providers: * GitHub, @@ -35,7 +35,10 @@ tokens/application passwords). ### Docker -Please see [docker/README.md](docker/README.md). +You can run `cgitize` in a Docker container. +A separate image includes a web server with a configured cgit installation. + +Please see [docker/README.md](docker/README.md) for details. Mirror maintenance ------------------ |