From 04c6129efdb85cf0a03458b3b9c1ba18d1e39147 Mon Sep 17 00:00:00 2001 From: Nils-Johan Gynther Date: Fri, 1 May 2026 20:44:30 +0200 Subject: [PATCH] Add UFW rules to README for Docker Caddy configuration --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6f48142..ab75ac9 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,16 @@ Detta projekt innehåller konfigurationen för en **Docker-installation** av Cad ## Beskrivning Caddy används för att dirigera trafik till olika tjänster som körs i Docker-containrar. Denna konfiguration inkluderar säkerhetsrubriker och autentisering för vissa tjänster. Dessutom har **Flutter** en egen Caddy-installation i sin Docker-container för att hantera specifika behov. +UFW är uppe med följande regler: + To Action From + -- ------ ---- +[ 1] 22/tcp ALLOW IN Anywhere +[ 2] 80/tcp ALLOW IN Anywhere +[ 3] 443/tcp ALLOW IN Anywhere +[ 4] 137,138/udp ALLOW IN 192.168.50.0/24 # Samba lokal UDP +[ 5] 139,445/tcp ALLOW IN 192.168.50.0/24 # Samba lokal TCP +[ 6] 22/tcp (v6) ALLOW IN Anywhere (v6) +[ 7] 443/tcp (v6) ALLOW IN Anywhere (v6) ## Tjänster