Compare commits

..

5 Commits

Author SHA1 Message Date
GuoQing Liu
39f9491971
Remove port 5000 configuration for security reasons
Removed unauthenticated Web UI port 5000 from configuration due to security risks.
2026-04-29 04:23:56 +08:00
GuoQing Liu
25031618c7
Rename heading from 'Generic Hardware Acceleration' to 'Generic Hardware Devices' 2026-04-29 04:11:35 +08:00
GuoQing Liu
9769e59e69
Update docs/src/components/DockerComposeGenerator/config/config.yaml
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2026-04-29 04:08:40 +08:00
GuoQing Liu
deaf67fd8a
Update docs/src/components/DockerComposeGenerator/config/config.yaml
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2026-04-29 04:08:19 +08:00
GuoQing Liu
cef4355e28
Update docs/src/components/DockerComposeGenerator/config/config.yaml
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2026-04-29 04:07:51 +08:00
2 changed files with 5 additions and 17 deletions

View File

@ -42,7 +42,7 @@ function HardwareCheckbox({
export default function HardwareOptions({ deviceId, hardwareEnabled, onToggle, isDisabled }: Props) {
return (
<div className={styles.formSection}>
<h4>Generic Hardware Acceleration</h4>
<h4>Generic Hardware Devices</h4>
{deviceId !== "stable" && (
<p className={styles.helpText}>
Some options have been auto-configured based on your device type.

View File

@ -104,7 +104,7 @@ devices:
imageTagSuffix: "-standard-arm64"
autoHardware:
- "video11"
helpText: "Raspberry Pi automatically configures the Video11 device and uses the arm64 image."
helpText: "Raspberry Pi automatically configures the video11 device (RPi 4) and uses the arm64 image."
helpType: "info"
- id: "stable-rk"
@ -180,7 +180,7 @@ hardware:
devices:
- host: "/dev/dri"
container: "/dev/dri"
comment: "GPU hardware acceleration"
comment: "Intel/AMD GPU hardware acceleration"
- id: "intelNpu"
label: "Intel NPU (/dev/accel)"
@ -242,7 +242,7 @@ hardware:
comment: "AXERA libraries"
- id: "video11"
label: "Raspberry Pi Video11"
label: "Raspberry Pi video11"
description: "Pass through /dev/video11 for Raspberry Pi 4B hardware acceleration."
disabledWhen:
- "stable-tensorrt"
@ -267,18 +267,6 @@ ports:
defaultEnabled: 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"
host: 8554
container: 8554
@ -305,4 +293,4 @@ ports:
container: 1984
protocol: "tcp"
description: "Go2RTC Web UIport"
defaultEnabled: false
defaultEnabled: false