2020-03-21 21:03:29 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Modules - Caddy Documentation</title>
|
2023-08-11 12:03:17 -04:00
|
|
|
{{import "/includes/docs/head.html"}}
|
|
|
|
{{template "docs-head"}}
|
|
|
|
<link rel="stylesheet" href="/resources/css/docs-json.css{{template "cacheBust"}}">
|
2020-03-21 21:03:29 -06:00
|
|
|
<script src="/resources/js/marked-0.8.0.min.js"></script>
|
2023-08-11 12:03:17 -04:00
|
|
|
<script src="/resources/js/docs-api.js{{template "cacheBust"}}"></script>
|
|
|
|
<script src="/resources/js/module-docs.js{{template "cacheBust"}}"></script>
|
2020-03-21 21:03:29 -06:00
|
|
|
</head>
|
|
|
|
<body>
|
2022-02-10 02:30:58 +07:00
|
|
|
{{include "/includes/docs/header.html"}}
|
2020-03-21 21:03:29 -06:00
|
|
|
<main>
|
2022-02-10 02:30:58 +07:00
|
|
|
{{include "/includes/docs/nav.html"}}
|
2020-03-21 21:03:29 -06:00
|
|
|
<div class="article-container">
|
2020-03-30 15:38:40 -06:00
|
|
|
<div class="paper" id="paper1"></div>
|
|
|
|
<div class="paper" id="paper2"></div>
|
2021-06-02 15:16:15 -06:00
|
|
|
<div class="paper paper3">
|
|
|
|
<article id="module-list-container">
|
|
|
|
<h1>All Modules</h1>
|
|
|
|
<p>
|
|
|
|
This page lists all registered Caddy modules. Modules are plugins which extend Caddy's <a href="/docs/json/">JSON configuration structure</a>.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
We recommend using your browser's "Find in page" feature for quick lookups.
|
|
|
|
</p>
|
|
|
|
<table id="module-list">
|
|
|
|
<tr>
|
|
|
|
<th></th>
|
|
|
|
<th>Module ID</th>
|
|
|
|
<th>Description</th>
|
|
|
|
</tr>
|
|
|
|
<!--Populated by JS-->
|
|
|
|
</table>
|
|
|
|
</article>
|
|
|
|
<div id="module-docs-container">
|
|
|
|
<div class="pad"><h1 class="module-name"><!--Populated by JS--></h1></div>
|
|
|
|
<div id="module-multiple-repos">
|
|
|
|
There is more than one module named <b class="module-name"><!--Populated by JS--></b>. Choose one by its repository.
|
|
|
|
</div>
|
|
|
|
<div id="module-template" class="module-repo-container">
|
|
|
|
<div class="module-repo-selector"></div>
|
|
|
|
<article>
|
2022-02-10 02:30:58 +07:00
|
|
|
{{include "/includes/docs/renderbox.html"}}
|
|
|
|
{{include "/includes/docs/details.html"}}
|
2021-06-02 15:16:15 -06:00
|
|
|
</article>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2020-03-21 21:03:29 -06:00
|
|
|
</div>
|
|
|
|
<div class="sidebar"></div>
|
|
|
|
</main>
|
2022-02-10 02:30:58 +07:00
|
|
|
{{include "/includes/docs/hovercard.html"}}
|
2020-03-21 21:03:29 -06:00
|
|
|
{{include "/includes/footer.html"}}
|
|
|
|
</body>
|
|
|
|
</html>
|