From 02585bd085b174105e145eb18d732d3c9e4efee4 Mon Sep 17 00:00:00 2001 From: aschubert Date: Wed, 13 Nov 2024 20:02:02 +0100 Subject: [PATCH] Update selfhosted-quickstart.mdx (#245) Added missing Port 33080 --- 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 7586ada5..b6ba7b3d 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** and **10000**; and UDP ports: **3478**, **49152-65535**. +- The VM should be publicly accessible on TCP ports **80**, **443**, **33073**, **10000** and **33080**; and UDP ports: **3478**, **49152-65535**. - **Public domain** name pointing to the VM. **Software requirements:**