summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8ab85e5..0f7c7b4 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,7 @@ _Listed in applicable order._
| `http` | Web server |
| `https` | SSL certificates |
| `devops`<sup>†</sup> | DevOps setup |
+| `git` | Git hosting |
### <sup>*</sup>Pre-bootstraped targets
@@ -51,6 +52,17 @@ $ make ping ANSIBLE_USER=root ANSIBLE_PORT=22
$ make bootstrap ANSIBLE_USER=root ANSIBLE_PORT=22
```
+#### Git Repository
+
+The `git` playbook publishes repositories via cgit at
+`https://git.sorantics.com` and creates
+`/home/git/sorantics/infra.git` as the first bare repository.
+
+```sh
+$ git remote add origin git@git.sorantics.com:sorantics/infra.git
+$ git push -u origin main
+```
+
#### <sup>†</sup>Hollyhock's mTLS Protection
The subdomain `hollyhock` is secured with mTLS - once the `devops`