From 4fec1697e55d0e8f179bd1860b952fe60b3e3308 Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Tue, 14 Jan 2025 11:09:43 +0100 Subject: [PATCH] Mention security notes in widget toolkit server Signed-off-by: Michael Weimann --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fd17bed..38ba8289 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,9 @@ Yon can run the widget using Docker: docker run --rm -e REACT_APP_HOME_SERVER_URL=https://matrix-client.matrix.org -p 8080:8080 ghcr.io/nordeck/matrix-neoboard-widget:latest ``` -Our docker image supports customizing the nginx config by supplying additional config files. +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. + +The 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 We also provide a [HELM chart](./charts/).