From 2489faf7ac22f45ab92545db1216ce8cfa4fae98 Mon Sep 17 00:00:00 2001 From: onelin Date: Wed, 1 Apr 2026 22:12:10 +0200 Subject: Initial commit --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..e4d319f --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# githost + +A docker-compose provisioned gitolite+cgit+nginx setup. + +## Setup + +Run +``` +sh ./init.sh +``` +This will generate a new keypair in the local directory, and add it to a `.env` +file. Type a password for the new ssh-keypair. + +## Local development + +When you've upped the containers you can clone the githost-admin repo with +``` +git clone git@localhost:gitolite-admin.git --config core.sshCommand="ssh -i PATH_TO_PRIVATE_KEY -p 2222" +``` -- cgit v1.3