From a904a74d053ce9f2696e51af5490ad68cad91f77 Mon Sep 17 00:00:00 2001 From: Getn67 <51862012+Getn67@users.noreply.github.com> Date: Sun, 27 Jun 2021 19:08:26 -0700 Subject: [PATCH 1/3] Update Setup-Guide.md --- docs/Bazarr/Setup-Guide.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/Bazarr/Setup-Guide.md b/docs/Bazarr/Setup-Guide.md index 369065a89..1838e53b4 100644 --- a/docs/Bazarr/Setup-Guide.md +++ b/docs/Bazarr/Setup-Guide.md @@ -33,7 +33,7 @@ Click on `Enabled` **Be aware that when using Bazarr in docker, you cannot reach another container on the same Docker host using the loopback address (ex.: 127.0.0.1 or localhost). Loopback address refer to the Bazarr Docker container, not the Docker host.** 1. Enter the TCP port of your Sonarr instance. Default is 8989. -1. Mainly used by those who expose Sonarr behind a reverse proxy (ex.: /sonarr). Don't forget the leading slash. In fact, it should look exactly the same as in Sonarr settings. Meanly used when you use a reverse proxy. +1. Mainly used by those who expose Sonarr behind a reverse proxy (ex.: /sonarr). Don't forget the leading slash. In fact, it should look exactly the same as in Sonarr settings. !!! info @@ -125,8 +125,7 @@ Click on `Enabled` **Be aware that when using Bazarr in docker, you cannot reach another container on the same Docker host using the loopback address (ex.: 127.0.0.1 or localhost). Loopback address refer to the Bazarr Docker container, not the Docker host.** 1. Enter the TCP port of your Radarr instance. Default is 7878. -1. Mainly used by those who expose Radarr behind a reverse proxy (ex.: /radarr). Don't forget the leading slash. In fact, it should look exactly the same as in Radarr settings. Meanly used when you use a reverse proxy. - +1. Mainly used by those who expose Radarr behind a reverse proxy (ex.: /radarr). Don't forget the leading slash. In fact, it should look exactly the same as in Radarr settings. !!! info **If you don't use a reverse proxy or don't know what it is leave this empty !!!** From 693a0b1058bd7c7c815f005e821c926885da79c7 Mon Sep 17 00:00:00 2001 From: Getn67 <51862012+Getn67@users.noreply.github.com> Date: Sun, 27 Jun 2021 19:20:18 -0700 Subject: [PATCH 2/3] Update Setup-Guide.md --- docs/Bazarr/Setup-Guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Bazarr/Setup-Guide.md b/docs/Bazarr/Setup-Guide.md index 1838e53b4..3a7e23b34 100644 --- a/docs/Bazarr/Setup-Guide.md +++ b/docs/Bazarr/Setup-Guide.md @@ -33,7 +33,7 @@ Click on `Enabled` **Be aware that when using Bazarr in docker, you cannot reach another container on the same Docker host using the loopback address (ex.: 127.0.0.1 or localhost). Loopback address refer to the Bazarr Docker container, not the Docker host.** 1. Enter the TCP port of your Sonarr instance. Default is 8989. -1. Mainly used by those who expose Sonarr behind a reverse proxy (ex.: /sonarr). Don't forget the leading slash. In fact, it should look exactly the same as in Sonarr settings. +1. Sonarr uses the Base URL *ONLY* if used with a "Reverse Proxy" (ex: Nginx Proxy Manager or SWAG) and MUST have a leading slash when it is used (ex: /sonarr). !!! info @@ -125,7 +125,7 @@ Click on `Enabled` **Be aware that when using Bazarr in docker, you cannot reach another container on the same Docker host using the loopback address (ex.: 127.0.0.1 or localhost). Loopback address refer to the Bazarr Docker container, not the Docker host.** 1. Enter the TCP port of your Radarr instance. Default is 7878. -1. Mainly used by those who expose Radarr behind a reverse proxy (ex.: /radarr). Don't forget the leading slash. In fact, it should look exactly the same as in Radarr settings. +1. Radarr uses the Base URL *ONLY* if used with a "Reverse Proxy" (ex: Nginx Proxy Manager or SWAG) and MUST have a leading slash when it is used (ex: /radarr). !!! info **If you don't use a reverse proxy or don't know what it is leave this empty !!!** From 3d4456ab9b039321916e0948b5af74fc93969181 Mon Sep 17 00:00:00 2001 From: Getn67 <51862012+Getn67@users.noreply.github.com> Date: Sun, 27 Jun 2021 19:49:12 -0700 Subject: [PATCH 3/3] Update Setup-Guide.md --- docs/Bazarr/Setup-Guide.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Bazarr/Setup-Guide.md b/docs/Bazarr/Setup-Guide.md index 3a7e23b34..6949a8b3c 100644 --- a/docs/Bazarr/Setup-Guide.md +++ b/docs/Bazarr/Setup-Guide.md @@ -33,14 +33,14 @@ Click on `Enabled` **Be aware that when using Bazarr in docker, you cannot reach another container on the same Docker host using the loopback address (ex.: 127.0.0.1 or localhost). Loopback address refer to the Bazarr Docker container, not the Docker host.** 1. Enter the TCP port of your Sonarr instance. Default is 8989. -1. Sonarr uses the Base URL *ONLY* if used with a "Reverse Proxy" (ex: Nginx Proxy Manager or SWAG) and MUST have a leading slash when it is used (ex: /sonarr). +1. Sonarr uses the Base URL *ONLY* if used with a "Reverse Proxy" (ex: Nginx Proxy Manager or SWAG) and MUST have a leading slash if it is needed (ex: /sonarr). !!! info **If you don't use a reverse proxy or don't know what it is leave this empty !!!** 1. Enter your Sonarr API key here. -1. Enable this if your Sonarr instance is exposed trough SSL. +1. Enable this if your Sonarr instance is exposed through SSL. !!! info @@ -125,13 +125,13 @@ Click on `Enabled` **Be aware that when using Bazarr in docker, you cannot reach another container on the same Docker host using the loopback address (ex.: 127.0.0.1 or localhost). Loopback address refer to the Bazarr Docker container, not the Docker host.** 1. Enter the TCP port of your Radarr instance. Default is 7878. -1. Radarr uses the Base URL *ONLY* if used with a "Reverse Proxy" (ex: Nginx Proxy Manager or SWAG) and MUST have a leading slash when it is used (ex: /radarr). +1. Radarr uses the Base URL *ONLY* if used with a "Reverse Proxy" (ex: Nginx Proxy Manager or SWAG) and MUST have a leading slash if it is needed (ex: /radarr). !!! info **If you don't use a reverse proxy or don't know what it is leave this empty !!!** 1. Enter your Radarr API key here. -1. Enable this if your Radarr instance is exposed trough SSL. +1. Enable this if your Radarr instance is exposed through SSL. !!! info