Anubis module for Caddy
10
fork

Configure Feed

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

Fix examples

Kot 0dbcabff 7698c9c8

+2 -2
+1 -1
example/Caddyfile
··· 17 17 difficulty 4 18 18 19 19 # Custom bot policy. 20 - policy_fname example/botPolicy.yaml 20 + policy_fname botPolicy.yaml 21 21 22 22 private_key "a183a07283e86b669e30e153ad4f0c7a9e2bbc3218fc8fa9d6b858b29e97d22b" 23 23
+1 -1
example/Dockerfile
··· 8 8 9 9 COPY --from=builder /usr/bin/caddy /usr/bin/caddy 10 10 COPY Caddyfile /etc/caddy/Caddyfile 11 - COPY botPolicy.json . 11 + COPY botPolicy.yaml .