From a9864a89b81d5616b1e3a62facf9a051da22e14e Mon Sep 17 00:00:00 2001 From: Gerrit Gogel Date: Fri, 16 Feb 2024 08:58:41 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28b3c38..ca5fc9c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ A fully containerized deployment of Seafile for Docker, Docker Swarm and Kuberne - Complete redesign of the [official Docker deployment](https://manual.seafile.com/docker/deploy%20seafile%20with%20docker/) with containerization best-practices in mind. - Runs seahub (frontend) and seafile server (backend) in separate containers, which commuicate with each other over TCP. - Cluster without pro edition. -- Completely removed Nginx and self-implemented Let's Encrypt and replaced it with two caddy services. +- Separate Caddy container as reverse proxy - Increased Security: - The caddy reverse proxy serves as a single entry point to the stack. Everything else runs in an isolated network. - Using [Alpine Linux](https://alpinelinux.org/about/) based images for the frontend, which is designed with security in mind and comes with proactive security features.