Anubis module for Caddy
1localhost {
2 @anubis {
3 path / # don't let AI scrapers list files!
4 path /.within.website/* # required
5 }
6
7 anubis @anubis {
8 # FIXME: required for OpenGraph passthrough!
9 ## TODO: access backend directly somehow?
10 ## otherwise anubis may trigger itself
11 ## additionally, https://github.com/TecharoHQ/anubis/issues/329
12 # target http://localhost:8080
13 }
14
15 file_server browse
16}