mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-12 02:21:28 +02:00
Add ingress support to prowlarr
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user