mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-03 12:07:40 +03:00
Remove port 5000 configuration for security reasons
Removed unauthenticated Web UI port 5000 from configuration due to security risks.
This commit is contained in:
parent
25031618c7
commit
39f9491971
@ -267,18 +267,6 @@ 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