mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-23 00:26:42 +00:00
8af9845117
Signed-off-by: Xe Iaso <me@xeiaso.net>
19 lines
375 B
JSON
19 lines
375 B
JSON
{
|
|
"bots": [
|
|
{
|
|
"name": "allow-git-clients",
|
|
"action": "ALLOW",
|
|
"expression": {
|
|
"all": [
|
|
"userAgent.startsWith(\"git/\") || userAgent.contains(\"libgit\")",
|
|
"\"Git-Protocol\" in headers && headers[\"Git-Protocol\"] == \"version=2\""
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"metrics": {
|
|
"bind": ":9090",
|
|
"network": "tcp"
|
|
}
|
|
}
|