From 85b80a0c94885384b140ce670f840c37bd3f9c13 Mon Sep 17 00:00:00 2001 From: A <32370941+aphick@users.noreply.github.com> Date: Tue, 22 Apr 2025 07:51:33 -0700 Subject: [PATCH] Update README.md Add ports to firewall docs --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e14061e..d48ff03 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,11 @@ The dcomms stack leverages single node, non-replicated containers of the followi ## Ports -CENO client: 28729/udp \ -Caddy (webserver): 443/tcp, 80/tcp, 8448/tcp \ -DeltaChat (postfix/dovecot): 587/tcp 143/tcp +CENO: client: 28729/udp \ +Caddy: (webserver): 443/tcp, 80/tcp, 8448/tcp \ +DeltaChat: (postfix/dovecot): 587/tcp 143/tcp \ +Synapse: 8448/tcp \ +Peertube: 1935/tcp 1936/tcp (if livestreaming enabled) * Note: `dcomms` leverages docker host networking and therefore we recommend denying access to all other unnecessary ports at the host level.