From ee4edcca36ff05cdf47dd5c3d4f877233b61db78 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Fri, 14 Nov 2025 13:30:17 +0100 Subject: [PATCH] Add note about domain-locker build time and resources --- frontend/public/json/domain-locker.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/public/json/domain-locker.json b/frontend/public/json/domain-locker.json index 764d4d380..85dc5480d 100644 --- a/frontend/public/json/domain-locker.json +++ b/frontend/public/json/domain-locker.json @@ -35,6 +35,10 @@ { "text": "Show DB credentials: `cat ~/domain-locker.creds`", "type": "info" + }, + { + "text": "Domain-locker takes quite some time to build and a lot of ressources, RAM and Cores can be lowered after install.", + "type": "info" } ] }