fix: clean shared/authentik (fix tab escaping) + add :8080 webhook endpoint

This commit is contained in:
root
2026-08-12 14:42:40 +02:00
parent 2c418d395d
commit e7bf4f9d93

View File

@@ -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
}