website/docs: Reduce redundant usage of badges. Move badge logic to components. - Fix JSX class name warning. - Remove duplicate titles. - Flesh out `support_level` frontmatter.
		
			
				
	
	
		
			25 lines
		
	
	
		
			517 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			517 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
---
 | 
						|
title: Caddy
 | 
						|
---
 | 
						|
 | 
						|
import Tabs from "@theme/Tabs";
 | 
						|
import TabItem from "@theme/TabItem";
 | 
						|
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>
 |