Skip to content

Commit 06abfe7

Browse files
unixbenfabaff
authored andcommitted
Reverse proxy details for Caddy Server (home-assistant#3222)
* Reverse proxy details for Caddy Server Code snippet to show a working example of using Caddy as a reverse proxy to Home Assistant. * Update docs_navigation to include link to Caddy Update sidebar with link to new doc showing example of Caddy reverse proxy * Update caddy.markdown
1 parent d6971e0 commit 06abfe7

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

source/_docs/ecosystem/caddy.markdown

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: page
3+
title: "Caddy Server reverse proxy"
4+
description: "Configure Caddy Server as a reverse proxy to Home Assistant."
5+
date: 2017-08-22 22:20
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
---
11+
12+
Configure [Caddy Server](https://caddyserver.com/) for use as a reverse proxy to Home Assistant.
13+
14+
```
15+
hass.example.org {
16+
proxy / localhost:8123 {
17+
websocket
18+
transparent
19+
}
20+
}
21+
```

source/_includes/asides/docs_navigation.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ <h1 class="title delta">Topics</h1>
163163
Remote access
164164
<ul>
165165
<li>{% active_link /docs/ecosystem/apache/ Apache %}</li>
166+
<li>{% active_link /docs/ecosystem/caddy/ Caddy Server %}</li>
166167
<li>{% active_link /docs/ecosystem/nginx/ NGINX %}</li>
167168
<li>{% active_link /docs/ecosystem/nginx_subdomain/ NGINX with subdomain%}</li>
168169
<li>{% active_link /docs/ecosystem/tor/ Tor Onion Service %}</li>

0 commit comments

Comments
 (0)