mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 15:45:27 +03:00
Update general-support.yml
This commit is contained in:
parent
946c1158ac
commit
ceeeb1812b
38
.github/DISCUSSION_TEMPLATE/general-support.yml
vendored
38
.github/DISCUSSION_TEMPLATE/general-support.yml
vendored
@ -68,20 +68,6 @@ body:
|
|||||||
label: Frigate stats
|
label: Frigate stats
|
||||||
description: Output from frigate's /api/stats endpoint
|
description: Output from frigate's /api/stats endpoint
|
||||||
render: json
|
render: json
|
||||||
- type: dropdown
|
|
||||||
id: os
|
|
||||||
attributes:
|
|
||||||
label: Operating system
|
|
||||||
options:
|
|
||||||
- HassOS
|
|
||||||
- Debian
|
|
||||||
- Other Linux
|
|
||||||
- Proxmox
|
|
||||||
- UNRAID
|
|
||||||
- Windows
|
|
||||||
- Other
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: install-method
|
id: install-method
|
||||||
attributes:
|
attributes:
|
||||||
@ -90,6 +76,30 @@ body:
|
|||||||
- HassOS Addon
|
- HassOS Addon
|
||||||
- Docker Compose
|
- Docker Compose
|
||||||
- Docker CLI
|
- 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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user