From 82a30df0c92aae7470adc6ac55821d8986868cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Tue, 13 May 2025 10:55:37 +0200 Subject: [PATCH] Update json (#4432) --- frontend/public/json/pingvin.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/public/json/pingvin.json b/frontend/public/json/pingvin.json index 0a952edcf..b412c3909 100644 --- a/frontend/public/json/pingvin.json +++ b/frontend/public/json/pingvin.json @@ -31,5 +31,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "Run `DATA_DIRECTORY=path-to-your-data-directory pm2 restart all --update-env` to update path to your data directory or to update environment variables.", + "type": "info" + }, + ] }