caddy-auth-docs
Documentation for Caddy v2 Auth Portal and Authorize Plugins.
Documentation Website: https://authp.github.io/
Table of Contents
Local Testing
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 build to create search index:
yarn build
Deploy to gh-pages
branch:
GIT_USER=greenpau DEPLOYMENT_BRANCH=gh-pages USE_SSH=true yarn deploy