1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-28 12:17:18 +02:00

Add config for Caddy

Thibault Maekelbergh 2019-03-04 23:32:26 +01:00
parent bee1a232dc
commit d921f7b205

@ -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`