mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
docs and issue template
This commit is contained in:
parent
bc8b85860c
commit
5b5159f4dd
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
17
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report or Support request
|
||||||
about: Create a report to help us improve
|
about: ''
|
||||||
title: ''
|
title: ''
|
||||||
labels: ''
|
labels: ''
|
||||||
assignees: ''
|
assignees: ''
|
||||||
@ -8,10 +8,10 @@ assignees: ''
|
|||||||
---
|
---
|
||||||
|
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what your issue is.
|
||||||
|
|
||||||
**Version of frigate**
|
**Version of frigate**
|
||||||
What version are you using?
|
Output from `/version`
|
||||||
|
|
||||||
**Config file**
|
**Config file**
|
||||||
Include your full config file wrapped in triple back ticks.
|
Include your full config file wrapped in triple back ticks.
|
||||||
@ -19,14 +19,14 @@ Include your full config file wrapped in triple back ticks.
|
|||||||
config here
|
config here
|
||||||
```
|
```
|
||||||
|
|
||||||
**Logs**
|
**Frigate container logs**
|
||||||
```
|
```
|
||||||
Include relevant log output here
|
Include relevant log output here
|
||||||
```
|
```
|
||||||
|
|
||||||
**Frigate debug stats**
|
**Frigate stats**
|
||||||
```
|
```json
|
||||||
Output from frigate's /debug/stats endpoint
|
Output from frigate's /stats endpoint
|
||||||
```
|
```
|
||||||
|
|
||||||
**FFprobe from your camera**
|
**FFprobe from your camera**
|
||||||
@ -41,6 +41,7 @@ If applicable, add screenshots to help explain your problem.
|
|||||||
|
|
||||||
**Computer Hardware**
|
**Computer Hardware**
|
||||||
- OS: [e.g. Ubuntu, Windows]
|
- OS: [e.g. Ubuntu, Windows]
|
||||||
|
- Install method: [e.g. Addon, Docker Compose, Docker Command]
|
||||||
- Virtualization: [e.g. Proxmox, Virtualbox]
|
- Virtualization: [e.g. Proxmox, Virtualbox]
|
||||||
- Coral Version: [e.g. USB, PCIe, None]
|
- Coral Version: [e.g. USB, PCIe, None]
|
||||||
- Network Setup: [e.g. Wired, WiFi]
|
- Network Setup: [e.g. Wired, WiFi]
|
||||||
|
@ -845,6 +845,9 @@ Sample response:
|
|||||||
### `/config`
|
### `/config`
|
||||||
A json representation of your configuration
|
A json representation of your configuration
|
||||||
|
|
||||||
|
### `/version`
|
||||||
|
Version info
|
||||||
|
|
||||||
### `/events`
|
### `/events`
|
||||||
Events from the database. Accepts the following query string parameters:
|
Events from the database. Accepts the following query string parameters:
|
||||||
|param|Type|Description|
|
|param|Type|Description|
|
||||||
|
Loading…
Reference in New Issue
Block a user