config_support_request.yml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. name: Config Support Request
  2. description: Support for Frigate configuration
  3. title: "[Config Support]: "
  4. labels: ["support", "triage"]
  5. assignees: []
  6. body:
  7. - type: textarea
  8. id: description
  9. attributes:
  10. label: Describe the problem you are having
  11. validations:
  12. required: true
  13. - type: input
  14. id: version
  15. attributes:
  16. label: Version
  17. description: Visible on the Debug page in the Web UI
  18. validations:
  19. required: true
  20. - type: textarea
  21. id: config
  22. attributes:
  23. label: Frigate config file
  24. description: This will be automatically formatted into code, so no need for backticks.
  25. render: yaml
  26. validations:
  27. required: true
  28. - type: textarea
  29. id: logs
  30. attributes:
  31. label: Relevant log output
  32. description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
  33. render: shell
  34. validations:
  35. required: true
  36. - type: textarea
  37. id: stats
  38. attributes:
  39. label: Frigate stats
  40. description: Output from frigate's /api/stats endpoint
  41. render: json
  42. - type: dropdown
  43. id: os
  44. attributes:
  45. label: Operating system
  46. options:
  47. - HassOS
  48. - Debian
  49. - Other Linux
  50. - Proxmox
  51. - UNRAID
  52. - Windows
  53. - Other
  54. validations:
  55. required: true
  56. - type: dropdown
  57. id: install-method
  58. attributes:
  59. label: Install method
  60. options:
  61. - HassOS Addon
  62. - Docker Compose
  63. - Docker CLI
  64. validations:
  65. required: true
  66. - type: dropdown
  67. id: coral
  68. attributes:
  69. label: Coral version
  70. options:
  71. - USB
  72. - PCIe
  73. - M.2
  74. - Dev Board
  75. - Other
  76. - CPU (no coral)
  77. validations:
  78. required: true
  79. - type: textarea
  80. id: other
  81. attributes:
  82. label: Any other information that may be helpful