This commit is contained in:
2026-04-03 18:19:28 +02:00
commit 7ade56724a
4 changed files with 106 additions and 0 deletions

15
Caddyfile Normal file
View File

@@ -0,0 +1,15 @@
{
email {$ACME_EMAIL}
}
git.tvheggland.no {
rate_limit {
zone git_zone {
key {remote_host}
events 30
window 10s
}
}
reverse_proxy gitea:3000
}