From d204dcd68d826bf5524b31bab473905f3e0ff9b7 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Sun, 26 Oct 2025 23:41:12 +0100 Subject: [PATCH] Pangolin: update json --- frontend/public/json/pangolin.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/public/json/pangolin.json b/frontend/public/json/pangolin.json index 109bb77f9..e197b36b5 100644 --- a/frontend/public/json/pangolin.json +++ b/frontend/public/json/pangolin.json @@ -39,6 +39,10 @@ { "text": "LXC has 4GB of RAM set initially for the build stage. After installation finishes, you can decrease the RAM allocated to 1024MB or 512MB even.", "type": "info" + }, + { + "text": "Make sure you edit `/opt/pangolin/config/config.yml` and change it to match your needs", + "type": "warning" } ] }