From e32993658afc02f543dabef09cc08edcd41c1691 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Tue, 17 Jun 2025 13:54:27 +0200 Subject: [PATCH] Update planka json --- frontend/public/json/planka.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/public/json/planka.json b/frontend/public/json/planka.json index 003c5576..f0b50dfe 100644 --- a/frontend/public/json/planka.json +++ b/frontend/public/json/planka.json @@ -35,6 +35,10 @@ { "text": "After installation finishes, type `cd /opt/planka/planka && npm run db:create-admin-user` inside LXC and follow prompts to create admin user.", "type": "info" + }, + { + "text": "Type `cat ~/planka.creds` to see database credentials.", + "type": "info" } ] }