From 14538938a23ceda33aef991892f1859c749326e1 Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Thu, 16 Jan 2025 09:48:54 +0100 Subject: [PATCH] Add security notes about widget toolkit server Signed-off-by: Michael Weimann --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0f94352d..862f81ca 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,8 @@ You can run the widget using Docker: docker run --rm -p 8080:8080 ghcr.io/nordeck/matrix-meetings-widget:latest ``` +Be sure, that you also read the security notes in the base image [@matrix-widget-toolkit/widget-server](https://github.com/nordeck/matrix-widget-toolkit/tree/main/containers/widget-server) docs. + Our docker image supports customizing the nginx config by supplying additional config files. For example, this allows running the image in an IPv4-only environment, as demonstrated at