aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoronelin <oscar@nelin.dk>2026-04-01 20:12:10 +0000
committeronelin <oscar@nelin.dk>2026-04-01 20:12:10 +0000
commit2489faf7ac22f45ab92545db1216ce8cfa4fae98 (patch)
tree6afe926498111511b9a2251d842948672493ad50 /README.md
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
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"
+```