Add Home Assistant ingress support for Seerr addon with nginx reverse proxy

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-19 11:29:36 +00:00
parent 9556b587dc
commit 420acaea0d
13 changed files with 294 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
#!/usr/bin/execlineb -S0
# ==============================================================================
# Take down the S6 supervision tree when Nginx fails
# ==============================================================================
if { s6-test ${1} -ne 0 }
if { s6-test ${1} -ne 256 }
s6-svscanctl -t /var/run/s6/services

View File

@@ -0,0 +1,11 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
# ==============================================================================
# Wait for Seerr to become available
bashio::net.wait_for 5055 localhost 900
bashio::log.info "Starting NGinx..."
exec nginx