Added git server and prometheus metrics

This commit is contained in:
2026-02-23 18:43:16 -05:00
parent 43d704a690
commit 09487d9a1f
11 changed files with 754 additions and 10 deletions

5
gitserver.entrypoint.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
cp /auth/authorized_keys /home/git/.ssh/
chown -R git:git /home/git/.ssh
/usr/sbin/sshd -D