From 39f94919719ad2b264538cfb248f8edca821e865 Mon Sep 17 00:00:00 2001 From: GuoQing Liu <842607283@qq.com> Date: Wed, 29 Apr 2026 04:23:56 +0800 Subject: [PATCH] Remove port 5000 configuration for security reasons Removed unauthenticated Web UI port 5000 from configuration due to security risks. --- .../DockerComposeGenerator/config/config.yaml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/docs/src/components/DockerComposeGenerator/config/config.yaml b/docs/src/components/DockerComposeGenerator/config/config.yaml index 5711f66ec..09b538281 100644 --- a/docs/src/components/DockerComposeGenerator/config/config.yaml +++ b/docs/src/components/DockerComposeGenerator/config/config.yaml @@ -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 \ No newline at end of file + defaultEnabled: false