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,3 @@
upstream backend {
server 127.0.0.1:8080;
}