mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-09 15:05:26 +03:00
Compare commits
No commits in common. "39f94919719ad2b264538cfb248f8edca821e865" and "d007bd0a6f1f4e2fefec521f1c8f83d424b930b4" have entirely different histories.
39f9491971
...
d007bd0a6f
@ -42,7 +42,7 @@ function HardwareCheckbox({
|
|||||||
export default function HardwareOptions({ deviceId, hardwareEnabled, onToggle, isDisabled }: Props) {
|
export default function HardwareOptions({ deviceId, hardwareEnabled, onToggle, isDisabled }: Props) {
|
||||||
return (
|
return (
|
||||||
<div className={styles.formSection}>
|
<div className={styles.formSection}>
|
||||||
<h4>Generic Hardware Devices</h4>
|
<h4>Generic Hardware Acceleration</h4>
|
||||||
{deviceId !== "stable" && (
|
{deviceId !== "stable" && (
|
||||||
<p className={styles.helpText}>
|
<p className={styles.helpText}>
|
||||||
Some options have been auto-configured based on your device type.
|
Some options have been auto-configured based on your device type.
|
||||||
|
|||||||
@ -104,7 +104,7 @@ devices:
|
|||||||
imageTagSuffix: "-standard-arm64"
|
imageTagSuffix: "-standard-arm64"
|
||||||
autoHardware:
|
autoHardware:
|
||||||
- "video11"
|
- "video11"
|
||||||
helpText: "Raspberry Pi automatically configures the video11 device (RPi 4) and uses the arm64 image."
|
helpText: "Raspberry Pi automatically configures the Video11 device and uses the arm64 image."
|
||||||
helpType: "info"
|
helpType: "info"
|
||||||
|
|
||||||
- id: "stable-rk"
|
- id: "stable-rk"
|
||||||
@ -180,7 +180,7 @@ hardware:
|
|||||||
devices:
|
devices:
|
||||||
- host: "/dev/dri"
|
- host: "/dev/dri"
|
||||||
container: "/dev/dri"
|
container: "/dev/dri"
|
||||||
comment: "Intel/AMD GPU hardware acceleration"
|
comment: "GPU hardware acceleration"
|
||||||
|
|
||||||
- id: "intelNpu"
|
- id: "intelNpu"
|
||||||
label: "Intel NPU (/dev/accel)"
|
label: "Intel NPU (/dev/accel)"
|
||||||
@ -242,7 +242,7 @@ hardware:
|
|||||||
comment: "AXERA libraries"
|
comment: "AXERA libraries"
|
||||||
|
|
||||||
- id: "video11"
|
- id: "video11"
|
||||||
label: "Raspberry Pi video11"
|
label: "Raspberry Pi Video11"
|
||||||
description: "Pass through /dev/video11 for Raspberry Pi 4B hardware acceleration."
|
description: "Pass through /dev/video11 for Raspberry Pi 4B hardware acceleration."
|
||||||
disabledWhen:
|
disabledWhen:
|
||||||
- "stable-tensorrt"
|
- "stable-tensorrt"
|
||||||
@ -267,6 +267,18 @@ ports:
|
|||||||
defaultEnabled: true
|
defaultEnabled: true
|
||||||
locked: true
|
locked: true
|
||||||
|
|
||||||
|
- id: "5000"
|
||||||
|
host: 5000
|
||||||
|
container: 5000
|
||||||
|
protocol: "tcp"
|
||||||
|
description: "Unauthenticated Web UI port (not recommended)"
|
||||||
|
defaultEnabled: false
|
||||||
|
requiresConfirmation: true
|
||||||
|
warningType: "danger"
|
||||||
|
warningContent: "Exposing port 5000 allows **unauthenticated access** to your Frigate instance. Anyone on your network (or the internet if you have a public IP) could access it without any credentials. This may lead to **unauthorized access**, **privacy leaks**, or further attacks. Ensure you have proper firewall rules or VPN in place before enabling this."
|
||||||
|
confirmationLabel: "I understand the risk and confirm enabling port 5000"
|
||||||
|
cooldownSeconds: 10
|
||||||
|
|
||||||
- id: "8554"
|
- id: "8554"
|
||||||
host: 8554
|
host: 8554
|
||||||
container: 8554
|
container: 8554
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user