From 1edbf9abeb6441b1337f1eae2882aba164e3e5a9 Mon Sep 17 00:00:00 2001 From: Tord-Vincent Heggland Date: Sat, 14 Mar 2026 10:40:18 +0100 Subject: [PATCH] workingoncaddy --- Caddyfile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Caddyfile diff --git a/Caddyfile b/Caddyfile new file mode 100644 index 0000000..1896cc4 --- /dev/null +++ b/Caddyfile @@ -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 +}