From d921f7b205835cf32a9e0ae34dae0f5229499955 Mon Sep 17 00:00:00 2001 From: Thibault Maekelbergh Date: Mon, 4 Mar 2019 23:32:26 +0100 Subject: [PATCH] Add config for Caddy --- Reverse-Proxy.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Reverse-Proxy.md b/Reverse-Proxy.md index a1431ed..2634a79 100644 --- a/Reverse-Proxy.md +++ b/Reverse-Proxy.md @@ -33,6 +33,21 @@ Similarly `YOUR_URL_BASE` needs to be replaced with the URL Base set in radarr's After reloading nginx you should now be able to find radarr at http://YOUR_DOMAIN/YOUR_URL_BASE. +## Caddy + +Configuring the reverse proxy for [Caddy](https://caddyserver.com) is really straight forward. The example below is the configuration for Radarr running in a Docker container and proxies the Docker host network: + +``` +domain.com { + proxy / 172.17.0.1:7878 { + transparent + websocket + } + log stdout + errors stderr +} +``` + ## Radarr Config To ensure your content remains showing, you need to update your `config.xml`