From ceeeb1812bed933b1dcc80442f1a8e5b67fd0adf Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 27 Sep 2024 08:23:41 -0600 Subject: [PATCH] Update general-support.yml --- .../DISCUSSION_TEMPLATE/general-support.yml | 38 ++++++++++++------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/general-support.yml b/.github/DISCUSSION_TEMPLATE/general-support.yml index 0ae7d7083..c96d73da0 100644 --- a/.github/DISCUSSION_TEMPLATE/general-support.yml +++ b/.github/DISCUSSION_TEMPLATE/general-support.yml @@ -68,20 +68,6 @@ body: label: Frigate stats description: Output from frigate's /api/stats endpoint render: json - - type: dropdown - id: os - attributes: - label: Operating system - options: - - HassOS - - Debian - - Other Linux - - Proxmox - - UNRAID - - Windows - - Other - validations: - required: true - type: dropdown id: install-method attributes: @@ -90,6 +76,30 @@ body: - HassOS Addon - Docker Compose - Docker CLI + - Proxmox via Docker + - Proxmox via TTeck Script + - Windows WSL2 + validations: + required: true + - type: textarea + id: docker + attributes: + label: docker-compose file or Docker CLI command + description: This will be automatically formatted into code, so no need for backticks. + render: yaml + validations: + required: true + - type: dropdown + id: object-detector + attributes: + label: Object Detector + options: + - Coral + - OpenVino + - TensorRT + - RKNN + - Other + - CPU (no coral) validations: required: true - type: dropdown