From 97bc69452d6842b7080b773e92cbde579f48072a Mon Sep 17 00:00:00 2001 From: summoningpixels <97950412+summoningpixels@users.noreply.github.com> Date: Mon, 16 Feb 2026 09:49:42 +0200 Subject: [PATCH] Update OpenCloud LXC webpage to include services ports for reverse proxy users (#11969) Included it directly in the reverse proxy warning note --- frontend/public/json/opencloud.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/opencloud.json b/frontend/public/json/opencloud.json index b439b01aa..bc2909222 100644 --- a/frontend/public/json/opencloud.json +++ b/frontend/public/json/opencloud.json @@ -33,7 +33,7 @@ }, "notes": [ { - "text": "Valid TLS certificates and fully-qualified domain names behind a reverse proxy (Caddy) for 3 services - OpenCloud, Collabora, and WOPI are **REQUIRED**", + "text": "Valid TLS certificates and fully-qualified domain names behind a reverse proxy (Caddy) for 3 services - OpenCloud (port: 9200), Collabora (port: 9980), and WOPI (port: 9300) are **REQUIRED**", "type": "warning" }, {