Move more of servarr onto the proxy

This commit is contained in:
2026-06-30 21:55:22 -05:00
parent 0121845d01
commit 81dbcd0953
3 changed files with 334 additions and 18 deletions

View File

@@ -65,7 +65,8 @@ server {
location ^~ /jackett/ {
include /etc/nginx/snippets/authelia-authrequest.conf;
add_header Content-Security-Policy "default-src https: data: blob: ; img-src 'self' https://* ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://www.gstatic.com https://www.youtube.com blob:; worker-src 'self' blob:; connect-src 'self'; object-src 'none'; frame-ancestors 'self'; font-src 'self'";
proxy_pass http://jackett:9117;
# proxy_pass http://jackett:9117;
proxy_pass http://gluetun:9117;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $host;