Add transmission

This commit is contained in:
kjeld Schouten-Lebbing
2020-02-28 21:33:40 +01:00
parent b419cbab7c
commit 813eafcfbd
3 changed files with 77 additions and 7 deletions

View File

@ -27,7 +27,7 @@ location /transmission/ {
}
location /sonarr/ {
auth_request /auth-0;
auth_request /auth-0;
add_header X-Frame-Options "SAMEORIGIN";
proxy_pass http://192.168.31.23:8989;
proxy_set_header Host $host;
@ -35,7 +35,6 @@ location /sonarr/ {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
location /radarr/ {
auth_request /auth-0;
add_header X-Frame-Options "SAMEORIGIN";
@ -44,7 +43,7 @@ location /radarr/ {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
location /lidarr/ {
auth_request /auth-0;
add_header X-Frame-Options "SAMEORIGIN";
@ -67,7 +66,6 @@ location /jackett/ {
proxy_set_header X-Forwarded-Host $http_host;
}
location /plex/ {
auth_request /auth-4;
add_header X-Frame-Options "SAMEORIGIN";
@ -115,7 +113,6 @@ location /tautulli/ {
proxy_redirect off;
}
location /ombi {
auth_request /auth-4;
add_header X-Frame-Options "SAMEORIGIN";
@ -143,4 +140,4 @@ location /ombi {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
}