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

@@ -9,4 +9,8 @@ chown -R "$PUID:$PGID" /config || true
cd /app || true
npm start
bashio::log.info "Starting NGinx..."
nginx &
bashio::log.info "Starting app"
exec npm start