Add UFW rules to README for Docker Caddy configuration
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user