Documentation for Caddy v2 Security Plugin.
Documentation Website: https://docs.authcrunch.com/
If necessary, upgrade packages:
npm run upgradeCheck Markdown files:
npx docusaurus-mdx-checkerRun a build:
npm run buildRun the website locally on port 4200:
npx docusaurus start --port 4200 --host 0.0.0.0Run the following command to deploy the changes:
make releaseReformat Caddyfile configs:
for f in `find ./assets -type f -name 'Caddyfile'`; do ../../greenpau/caddy-security/bin/caddy fmt --overwrite $f; done