Remove port 5000 configuration for security reasons

Removed unauthenticated Web UI port 5000 from configuration due to security risks.
This commit is contained in:
GuoQing Liu 2026-04-29 04:23:56 +08:00 committed by GitHub
parent 25031618c7
commit 39f9491971
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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