Documentation for Caddy v2 Auth Portal and Authorize Plugins.
Documentation Website: https://authp.github.io/
Run a build:
npm run build
Run the website locally on port 4200:
npx docusaurus start --port 4200 --host 0.0.0.0
Run build to create search index:
npm run build
Deploy to gh-pages
branch:
GIT_USER=greenpau DEPLOYMENT_BRANCH=gh-pages USE_SSH=true npm run deploy