Skip to content

Rumpick/authcrunch.github.io

 
 

Repository files navigation

caddy-security-docs

Documentation for Caddy v2 Security Plugin.

Documentation Website: https://docs.authcrunch.com/

Table of Contents

Local Testing

If necessary, upgrade packages:

npm run upgrade

Check Markdown files:

npx docusaurus-mdx-checker

Run a build:

npm run build

Run the website locally on port 4200:

npx docusaurus start --port 4200 --host 0.0.0.0

Deployment

Run the following command to deploy the changes:

make release

Miscellaneous

Formatting Configs

Reformat Caddyfile configs:

for f in `find ./assets -type f -name 'Caddyfile'`; do ../../greenpau/caddy-security/bin/caddy fmt --overwrite $f; done

About

Documentation for Caddy v2 Auth Portal and Authorize Plugins.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 61.7%
  • JavaScript 15.8%
  • CSS 11.5%
  • Makefile 8.5%
  • Shell 2.2%
  • HTML 0.3%