From e7bf4f9d93a7567e4858f2a35a0ef523593f2546 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 12 Aug 2026 14:42:40 +0200 Subject: [PATCH] fix: clean shared/authentik (fix tab escaping) + add :8080 webhook endpoint --- shared/authentik | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/shared/authentik b/shared/authentik index a2bfa4c..b95f886 100644 --- a/shared/authentik +++ b/shared/authentik @@ -25,10 +25,7 @@ } } -# Unless the file starts with a global options block, the first -# uncommented line is always the address of your site. -# -# To use your own domain name (with automatic HTTPS), first make -# sure your domain's A/AAAA DNS records are properly pointed to -# this machine's public IP, then replace ":80" below with your -# domain name. +# Internal webhook receiver for auto-deploy from Gitea +:8080 { + reverse_proxy 127.0.0.1:8081 +}