
* website/docs: Clean up config. Add types. * website/docs: Format MDX. * website: Fix build warnings. Lint badges frontmatter.
26 lines
518 B
Plaintext
26 lines
518 B
Plaintext
---
|
|
title: Caddy
|
|
---
|
|
|
|
import TabItem from "@theme/TabItem";
|
|
import Tabs from "@theme/Tabs";
|
|
|
|
import Placeholders from "./__placeholders.md";
|
|
import CaddyStandalone from "./_caddy_standalone.md";
|
|
|
|
The configuration template shown below apply to both single-application and domain-level forward auth.
|
|
|
|
<Placeholders />
|
|
|
|
<Tabs
|
|
defaultValue="caddy-standalone"
|
|
values={[
|
|
{label: 'Caddy (standalone)', value: 'caddy-standalone'},
|
|
]}>
|
|
<TabItem value="caddy-standalone">
|
|
|
|
<CaddyStandalone />
|
|
|
|
</TabItem>
|
|
</Tabs>
|