From cc5ac07c6b6845cd92a9d2ba7596f657c3c04d80 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Thu, 10 Jul 2025 10:19:03 +0200 Subject: [PATCH] correct gitea.botPolicies extension to be yaml, not json while Anubis probably doesn't care about the extension, and would parse a JSON file just fine too, the rest of the page talks about `gitea.botPolicies.yaml`, so let's be consistent Signed-off-by: Evgeni Golov --- docs/docs/admin/native-install.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/admin/native-install.mdx b/docs/docs/admin/native-install.mdx index d6d0737..bdda595 100644 --- a/docs/docs/admin/native-install.mdx +++ b/docs/docs/admin/native-install.mdx @@ -137,7 +137,7 @@ Test to make sure it's running with `curl`: curl http://localhost:8240/metrics ``` -Then set up your reverse proxy (Nginx, Caddy, etc.) to point to the Anubis port. Anubis will then reverse proxy all requests that meet the policies in `/etc/anubis/gitea.botPolicies.json` to the target service. +Then set up your reverse proxy (Nginx, Caddy, etc.) to point to the Anubis port. Anubis will then reverse proxy all requests that meet the policies in `/etc/anubis/gitea.botPolicies.yaml` to the target service. For more details on particular reverse proxies, see here: