Add ingress support to Seerr addon

This commit is contained in:
Alexandre
2026-02-19 10:13:40 +01:00
parent 25be6783f5
commit c706defffe
13 changed files with 248 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
root /app/sonarr/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;