From 8b219a852c31892af20238284ed9867574f02e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Wed, 30 Jun 2021 09:29:43 +0200 Subject: [PATCH] Add ingress_stream add-on option (#989) --- docs/add-ons/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/add-ons/configuration.md b/docs/add-ons/configuration.md index 5fc576fb..7336450f 100644 --- a/docs/add-ons/configuration.md +++ b/docs/add-ons/configuration.md @@ -175,6 +175,7 @@ image: repo/{arch}-my-custom-addon | ingress | bool | no | Enable the ingress feature for the add-on. | ingress_port | integer | no | Default `8099`. For add-ons that run on the host network, you can use `0` and read the port later via API. | ingress_entry | string | no | Modify the URL entry point from `/`. +| ingress_stream | bool | no | Default `false`, when enabled POST requests to the add-on are streamed | panel_icon | string | no | Default: `mdi:puzzle`. MDI icon for the menu panel integration. | panel_title | string | no | Default is the add-on name, but can be modified with this option. | panel_admin | bool | no | Default `true`. Make menu entry only available with admin privileged.