This repository contains the documentation for Casket, a fork of mholt's Caddy web server v1. This documentation is forked from the Caddy v1 docs as of June 2020, converted from HTML to Markdown in this commit, and then updated to reflect the changes in Casket.
For more information on what Casket is, see the Casket repository, or the Casket documentation.
If you find a typo or other error in the documentation, please open an issue or pull request. The documentation is
written in Markdown and is located in the docs
directory.
The documentation is built with VitePress, and is compatible with VitePress's markdown extensions. To build the documentation and preview it in your browser, you will need to install Node.js. Then, run the following commands:
# Set up the repository
git clone https://github.com/tmpim/casket-docs.git
# Install the dependencies
yarn
# Preview the documentation
yarn dev