mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-08-03 01:38:14 -04:00
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 <evgeni@golov.de> * chore: spelling Signed-off-by: Xe Iaso <me@xeiaso.net> --------- Signed-off-by: Evgeni Golov <evgeni@golov.de> Signed-off-by: Xe Iaso <me@xeiaso.net> Co-authored-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
02304e8f3c
commit
6dc726013a
1
.github/actions/spelling/expect.txt
vendored
1
.github/actions/spelling/expect.txt
vendored
@ -344,6 +344,7 @@ yeet
|
|||||||
yeetfile
|
yeetfile
|
||||||
yourdomain
|
yourdomain
|
||||||
yoursite
|
yoursite
|
||||||
|
yyz
|
||||||
Zenos
|
Zenos
|
||||||
zizmor
|
zizmor
|
||||||
zombocom
|
zombocom
|
||||||
|
@ -137,7 +137,7 @@ Test to make sure it's running with `curl`:
|
|||||||
curl http://localhost:8240/metrics
|
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:
|
For more details on particular reverse proxies, see here:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user