Template tweaks (#23659)
Some checks failed
CI / AMD64 Build (push) Has been cancelled
CI / ARM Build (push) Has been cancelled
CI / Jetson Jetpack 6 (push) Has been cancelled
CI / AMD64 Extra Build (push) Has been cancelled
CI / ARM Extra Build (push) Has been cancelled
CI / Synaptics Build (push) Has been cancelled
CI / Assemble and push default build (push) Has been cancelled

* template tweaks

* change home assistant add-on to app

* add proxmox via vm
This commit is contained in:
Josh Hawkins 2026-07-08 14:20:43 -05:00 committed by GitHub
parent 8b72c7aa1f
commit 20c2be4368
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 38 additions and 27 deletions

View File

@ -10,7 +10,8 @@ body:
Before submitting, read the [beta documentation][docs]. Before submitting, read the [beta documentation][docs].
[docs]: https://deploy-preview-19787--frigate-docs.netlify.app/ [docs]: https://docs-dev.frigate.video/
[discussions]: https://github.com/blakeblackshear/frigate/discussions
- type: textarea - type: textarea
id: description id: description
attributes: attributes:
@ -22,8 +23,8 @@ body:
id: version id: version
attributes: attributes:
label: Beta Version label: Beta Version
description: Visible on the System page in the Web UI. Please include the full version including the build identifier (eg. 0.17.0-beta1) description: Visible on the System Metrics page in the Web UI. Please include the full version including the build identifier (eg. 0.18.0-beta1, 0.18.0-8b72c7a, etc.)
placeholder: "0.17.0-beta1" placeholder: "0.18.0-beta1"
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
@ -71,11 +72,12 @@ body:
attributes: attributes:
label: Install method label: Install method
options: options:
- Home Assistant Add-on - Home Assistant App
- Docker Compose - Docker Compose
- Docker CLI - Docker CLI
- Proxmox via Docker - Proxmox via Docker
- Proxmox via TTeck Script - Proxmox via installation script
- Proxomox via VM
- Windows WSL2 - Windows WSL2
validations: validations:
required: true required: true

View File

@ -87,11 +87,12 @@ body:
attributes: attributes:
label: Install method label: Install method
options: options:
- Home Assistant Add-on - Home Assistant App
- Docker Compose - Docker Compose
- Docker CLI - Docker CLI
- Proxmox via Docker - Proxmox via Docker
- Proxmox via TTeck Script - Proxmox via installation script
- Proxomox via VM
- Windows WSL2 - Windows WSL2
validations: validations:
required: true required: true

View File

@ -73,11 +73,12 @@ body:
attributes: attributes:
label: Install method label: Install method
options: options:
- Home Assistant Add-on - Home Assistant App
- Docker Compose - Docker Compose
- Docker CLI - Docker CLI
- Proxmox via Docker - Proxmox via Docker
- Proxmox via TTeck Script - Proxmox via installation script
- Proxomox via VM
- Windows WSL2 - Windows WSL2
validations: validations:
required: true required: true

View File

@ -53,11 +53,12 @@ body:
attributes: attributes:
label: Install method label: Install method
options: options:
- Home Assistant Add-on - Home Assistant App
- Docker Compose - Docker Compose
- Docker CLI - Docker CLI
- Proxmox via Docker - Proxmox via Docker
- Proxmox via TTeck Script - Proxmox via installation script
- Proxomox via VM
- Windows WSL2 - Windows WSL2
validations: validations:
required: true required: true

View File

@ -73,11 +73,12 @@ body:
attributes: attributes:
label: Install method label: Install method
options: options:
- Home Assistant Add-on - Home Assistant App
- Docker Compose - Docker Compose
- Docker CLI - Docker CLI
- Proxmox via Docker - Proxmox via Docker
- Proxmox via TTeck Script - Proxmox via installation script
- Proxmox via VM
- Windows WSL2 - Windows WSL2
validations: validations:
required: true required: true

View File

@ -69,11 +69,12 @@ body:
attributes: attributes:
label: Install method label: Install method
options: options:
- Home Assistant Add-on - Home Assistant App
- Docker Compose - Docker Compose
- Docker CLI - Docker CLI
- Proxmox via Docker - Proxmox via Docker
- Proxmox via TTeck Script - Proxmox via installation script
- Proxomox via VM
- Windows WSL2 - Windows WSL2
validations: validations:
required: true required: true

View File

@ -6,7 +6,7 @@ body:
value: | value: |
Use this form to submit a reproducible bug in Frigate or Frigate's UI. Use this form to submit a reproducible bug in Frigate or Frigate's UI.
**⚠️ If you are running a beta version (0.17.0-beta or similar), please use the [Beta Support template](https://github.com/blakeblackshear/frigate/discussions/new?category=beta-support) instead.** **⚠️ If you are running a beta version (0.18.0-beta or similar), please use the [Beta Support template](https://github.com/blakeblackshear/frigate/discussions/new?category=beta-support) instead.**
Before submitting your bug report, please ask the AI with the "Ask AI" button on the [official documentation site][ai] about your issue, [search the discussions][discussions], look at recent open and closed [pull requests][prs], read the [official Frigate documentation][docs], and read the [Frigate FAQ][faq] pinned at the Discussion page to see if your bug has already been fixed by the developers or reported by the community. Before submitting your bug report, please ask the AI with the "Ask AI" button on the [official documentation site][ai] about your issue, [search the discussions][discussions], look at recent open and closed [pull requests][prs], read the [official Frigate documentation][docs], and read the [Frigate FAQ][faq] pinned at the Discussion page to see if your bug has already been fixed by the developers or reported by the community.
@ -116,9 +116,13 @@ body:
attributes: attributes:
label: Install method label: Install method
options: options:
- Home Assistant Add-on - Home Assistant App
- Docker Compose - Docker Compose
- Docker CLI - Docker CLI
- Proxmox via Docker
- Proxmox via installation script
- Proxomox via VM
- Windows WSL2
validations: validations:
required: true required: true
- type: dropdown - type: dropdown

View File

@ -32,7 +32,7 @@ The following models are downloaded automatically the first time their associate
| [License plate recognition](/configuration/license_plate_recognition) | PaddleOCR (detection, classification, recognition) + YOLOv9 plate detector | GitHub | | [License plate recognition](/configuration/license_plate_recognition) | PaddleOCR (detection, classification, recognition) + YOLOv9 plate detector | GitHub |
| [Bird classification](/configuration/bird_classification) | MobileNetV2 bird model + label map | GitHub | | [Bird classification](/configuration/bird_classification) | MobileNetV2 bird model + label map | GitHub |
| [Custom classification](/configuration/custom_classification/state_classification) (training) | MobileNetV2 ImageNet base weights (via Keras) | Google storage | | [Custom classification](/configuration/custom_classification/state_classification) (training) | MobileNetV2 ImageNet base weights (via Keras) | Google storage |
| [Audio transcription](/configuration/advanced/system) | Whisper or Sherpa-ONNX streaming model | HuggingFace / OpenAI | | [Audio transcription](/configuration/advanced/system) | Whisper or Sherpa-ONNX streaming model | HuggingFace / OpenAI |
### Hardware-Specific Detector Models ### Hardware-Specific Detector Models
@ -91,13 +91,13 @@ See [Frigate+](/integrations/plus) for details.
When a Generative AI provider is configured, Frigate sends images and prompts to the configured provider for event descriptions, chat, and camera monitoring. Available providers: When a Generative AI provider is configured, Frigate sends images and prompts to the configured provider for event descriptions, chat, and camera monitoring. Available providers:
| Provider | Internet Required | | Provider | Internet Required |
| ------------- | ---------------------------------------------------------------- | | ------------- | --------------------------------------------------------------- |
| OpenAI | Yes, connects to OpenAI API (or custom base URL) | | OpenAI | Yes, connects to OpenAI API (or custom base URL) |
| Google Gemini | Yes, connects to Google Generative AI API | | Google Gemini | Yes, connects to Google Generative AI API |
| Azure OpenAI | Yes, connects to your Azure endpoint | | Azure OpenAI | Yes, connects to your Azure endpoint |
| Ollama | Depends: typically local (`localhost:11434`), but can be remote | | Ollama | Depends: typically local (`localhost:11434`), but can be remote |
| llama.cpp | No, runs entirely locally | | llama.cpp | No, runs entirely locally |
Disable Generative AI by removing the `genai` configuration from your cameras. See [Generative AI](/configuration/genai/genai_config) for details. Disable Generative AI by removing the `genai` configuration from your cameras. See [Generative AI](/configuration/genai/genai_config) for details.
@ -131,7 +131,7 @@ For [WebRTC live streaming](/configuration/live), Frigate uses STUN for NAT trav
## Home Assistant Supervisor ## Home Assistant Supervisor
When running as a Home Assistant add-on, the go2rtc startup script queries the local Supervisor API (`http://supervisor/`) to discover the host IP address and WebRTC port. This is a local network call to the Home Assistant host, not an internet connection. When running as a Home Assistant App, the go2rtc startup script queries the local Supervisor API (`http://supervisor/`) to discover the host IP address and WebRTC port. This is a local network call to the Home Assistant host, not an internet connection.
## What Does NOT Require Internet ## What Does NOT Require Internet

View File

@ -230,6 +230,6 @@ If you don't transcode in go2rtc with hardware acceleration, this does not affec
## Home Assistant and port access ## Home Assistant and port access
When running Frigate as a Home Assistant add-on, the go2rtc API (port `1984`), the RTSP restream (port `8554`), and WebRTC (port `8555`) are **disabled and hidden by default**. To use them (for example to reach the go2rtc web interface for troubleshooting, or to open a go2rtc stream externally in an app like VLC), go to <NavPath path="Settings > Add-ons > Frigate > Configuration > Network" />, click **Show disabled ports**, enable the port you need, and save. Use the host's IP address rather than an mDNS name like `homeassistant.local`. When running Frigate as a Home Assistant App, the go2rtc API (port `1984`), the RTSP restream (port `8554`), and WebRTC (port `8555`) are **disabled and hidden by default**. To use them (for example to reach the go2rtc web interface for troubleshooting, or to open a go2rtc stream externally in an app like VLC), go to <NavPath path="Settings > Apps > Frigate > Configuration > Network" />, click **Show disabled ports**, enable the port you need, and save. Use the host's IP address rather than an mDNS name like `homeassistant.local`.
If live view works in the Frigate UI but not in Home Assistant, the most common cause is the go2rtc stream name not matching the camera name: name the primary go2rtc stream exactly like the camera, or add a `live -> streams` mapping, so the integration can resolve the restream. If live view works in the Frigate UI but not in Home Assistant, the most common cause is the go2rtc stream name not matching the camera name: name the primary go2rtc stream exactly like the camera, or add a `live -> streams` mapping, so the integration can resolve the restream.