Anubis module for Caddy
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix example

Kot 826bf32d c1ea9192

+10 -5
+10 -5
example/Caddyfile
··· 1 1 :80 { 2 - anubis / { 2 + @anubis { 3 + path / 4 + path /.within.website/* # required 5 + } 6 + 7 + anubis @anubis { 3 8 difficulty 3 4 9 serve_robots_txt 5 - policy_fname ./botPolicy.json 10 + policy_fname ./example/botPolicy.json 6 11 webmaster_email admin@localhost 7 12 8 13 # private_key {$ANUBIS_PRIVATE_KEY} ··· 11 16 og_passthrough 12 17 og_expiry_time 24h 13 18 # required for OpenGraph passthrough! 14 - # TODO: access backend directly somehow? 15 - # otherwise anubis may trigger itself 16 - # additionally, https://github.com/TecharoHQ/anubis/issues/319 19 + ## TODO: access backend directly somehow? 20 + ## otherwise anubis may trigger itself 21 + ## additionally, https://github.com/TecharoHQ/anubis/issues/319 17 22 target http://localhost:8080 18 23 19 24 cookie_domain localhost