From 79e5d2f4cd344208a1fd15623f98ca149aa3dcb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?andr=C3=A9s=20gonz=C3=A1lez?= Date: Tue, 3 Feb 2026 08:27:17 +0100 Subject: [PATCH 1/2] :books: Change link to post at SH guide (#8247) --- docs/technical-guide/getting-started/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/technical-guide/getting-started/index.md b/docs/technical-guide/getting-started/index.md index 55fc229a67..dcbe7314f7 100644 --- a/docs/technical-guide/getting-started/index.md +++ b/docs/technical-guide/getting-started/index.md @@ -8,9 +8,7 @@ desc: Customize your Penpot instance today. Learn how to install with Elestio, D This guide explains how to get your own Penpot instance, running on a machine you control, to test it, use it by you or your team, or even customize and extend it any way you like. -If you need more context you can look at the post -about self-hosting in Penpot community. +For additional context, see the post How to self-host Penpot: A technical implementation guide on the Penpot blog. The experience stays the same, whether you use Penpot in the cloud From dbb0aa8ce2b1d28b8791179a22113c810e6f327f Mon Sep 17 00:00:00 2001 From: eps-epsiloneridani <162043859+eps-epsiloneridani@users.noreply.github.com> Date: Thu, 12 Feb 2026 08:19:10 +0000 Subject: [PATCH 2/2] :books: Update recommended-settings.md (#8330) Got rid of a stray quotation mark Signed-off-by: eps-epsiloneridani <162043859+eps-epsiloneridani@users.noreply.github.com> --- docs/technical-guide/getting-started/recommended-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technical-guide/getting-started/recommended-settings.md b/docs/technical-guide/getting-started/recommended-settings.md index e6d1c9bfeb..4a36935b75 100644 --- a/docs/technical-guide/getting-started/recommended-settings.md +++ b/docs/technical-guide/getting-started/recommended-settings.md @@ -14,7 +14,7 @@ Keep in mind that database size doesn't grow strictly proportionally with user c # About Valkey / Redis requirements -"Valkey is mainly used for coordinating websocket notifications and, since Penpot 2.11, as a cache. Therefore, disk storage will not be necessary as it will use the instance's RAM. +Valkey is mainly used for coordinating websocket notifications and, since Penpot 2.11, as a cache. Therefore, disk storage will not be necessary as it will use the instance's RAM. To prevent the cache from hogging all the system's RAM usage, it is recommended to use two configuration parameters which, both in the docker-compose.yaml provided by Penpot and in the official Helm Chart, come with default parameters that should be sufficient for most deployments: