Skip to content

docs: add Caddy+LetsEncrypt TLS example #4585

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 19, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
structure
  • Loading branch information
bpmct committed Oct 15, 2022
commit 0befd38dbc8fc4bb41aa7edfa12b65b10fc6e74b
Empty file added docs/admin/configure/caddy.md
Empty file.
Empty file.
14 changes: 13 additions & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,19 @@
"title": "Configuration",
"description": "Learn how to configure Coder.",
"path": "./admin/configure.md",
"icon_path": "./images/icons/toggle_on.svg"
"icon_path": "./images/icons/toggle_on.svg",
"children": [
{
"title": "Caddy",
"description": "Run Coder with TLS under a Caddy reverse proxy",
"path": "./admin/configure/caddy.md"
},
{
"title": "cert-manager",
"description": "Run Coder with TLS certificates generated by cert-manager.",
"path": "./admin/configure/cert-manager.md"
}
]
},
{
"title": "Upgrading",
Expand Down