Add ingress_stream add-on option (#989)

This commit is contained in:
Joakim Sørensen 2021-06-30 09:29:43 +02:00 committed by GitHub
parent 96c5d4069b
commit 8b219a852c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.