Add ingress support to Jackett addon

This commit is contained in:
Alexandre
2026-01-19 16:09:44 +01:00
parent 6780681551
commit 2d82787c5d
13 changed files with 305 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
root /app/radarr/bin/UI;
server_name $hostname;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
add_header X-Robots-Tag none;