From 6dc726013ac1c984bb7f46106fbda53103eb25d3 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Thu, 10 Jul 2025 19:10:47 +0200 Subject: [PATCH] correct gitea.botPolicies extension to be yaml, not json (#800) * 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 * chore: spelling Signed-off-by: Xe Iaso --------- Signed-off-by: Evgeni Golov Signed-off-by: Xe Iaso Co-authored-by: Xe Iaso --- .github/actions/spelling/expect.txt | 1 + docs/docs/admin/native-install.mdx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index e3f17f4..f2b8345 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -344,6 +344,7 @@ yeet yeetfile yourdomain yoursite +yyz Zenos zizmor zombocom 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: