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`