AuthP

authp is a Caddy Authentication Portal plugin.

Caddy Defender

Caddy Defender is a plugin for Caddy that allows you to block requests from scrapers and bots.

If running caddy via docker, swap the image URL to ghcr.io/jasonlovesdoggo/caddy-defender:latest.

Logging in Caddy

Use log directive in Caddyfile within a site.

beta.jamesravey.me {
   root * /path/to/brainsteam/_site
   file_server
   log {
       output file /var/log/caddy/brainsteam-access.log {
           roll_size 2M
           roll_keep 10
       }
   }
   #reverse_proxy localhost:12380
}