Add ingress support to prowlarr

This commit is contained in:
Alexandre
2026-01-19 15:20:09 +01:00
parent cd75c0613f
commit 841e86cb95
14 changed files with 334 additions and 3 deletions

View File

@@ -70,6 +70,8 @@ environment:
PGID: "0"
PUID: "0"
image: ghcr.io/alexbelgium/prowlarr-{arch}
ingress: true
ingress_entry: prowlarr
init: false
map:
- addon_config:rw
@@ -82,6 +84,7 @@ options:
env_vars: []
PGID: 0
PUID: 0
connection_mode: ingress_noauth
ports:
9696/tcp: 9696
ports_description:
@@ -99,6 +102,7 @@ schema:
cifsdomain: str?
cifspassword: str?
cifsusername: str?
connection_mode: list(ingress_noauth|noingress_auth|ingress_auth)
localdisks: str?
networkdisks: str?
smbv1: bool?