Added eventline dependency in my git server documentation

This commit is contained in:
Julien Dessaux 2022-10-06 21:09:41 +02:00
parent 2fa6dbe57e
commit 05b43852d4
Signed by: adyxax
GPG key ID: F92E51B86E07177E

View file

@ -0,0 +1,12 @@
---
title: eventline
description: an api-key for my git hooks
---
## Configuration
[My git server]({{< ref "gitolite.md" >}}) needs to access [Eventline]({{< ref "docs/adyxax.org/eventline/_index.md" >}}) for its git hooks, therefore I need to create an api key and configure evcli to use it. The easiest way is through the cli:
```sh
su - git
evcli login
```