From 9ab062d6569f12e889e2fd47545f7d9a41630dea Mon Sep 17 00:00:00 2001 From: "Krzysztof Nazarewski (kdn)" Date: Mon, 30 Jun 2025 13:04:08 +0200 Subject: [PATCH] [self-hosted] remove unneccessary ports from guides --- src/pages/selfhosted/selfhosted-quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/selfhosted/selfhosted-quickstart.mdx b/src/pages/selfhosted/selfhosted-quickstart.mdx index 3926cfa5..3a0facc0 100644 --- a/src/pages/selfhosted/selfhosted-quickstart.mdx +++ b/src/pages/selfhosted/selfhosted-quickstart.mdx @@ -25,7 +25,7 @@ as the identity provider for user management using a single-line setup script an **Infrastructure requirements:** - A Linux VM with at least **1CPU** and **2GB** of memory. -- The VM should be publicly accessible on TCP ports **80**, **443**, **33073**, **10000** and **33080**; and UDP ports: **3478**, **49152-65535**. +- The VM should be publicly accessible on TCP ports **80**, **443**; and UDP ports: **3478**, **49152-65535**. - **Public domain** name pointing to the VM. **Software requirements:**