From b74548836b746cf774337262e8217c4fa304d43b Mon Sep 17 00:00:00 2001 From: tremor021 Date: Tue, 17 Jun 2025 11:34:55 +0200 Subject: [PATCH] Update planka --- frontend/public/json/planka.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/json/planka.json b/frontend/public/json/planka.json index 4907dffc..003c5576 100644 --- a/frontend/public/json/planka.json +++ b/frontend/public/json/planka.json @@ -2,7 +2,7 @@ "name": "Planka", "slug": "planka", "categories": [ - 14 + 12 ], "date_created": "2025-06-09", "type": "ct", @@ -33,7 +33,7 @@ }, "notes": [ { - "text": "After installation finishes, type `cd /opt/planka/planka && npm run db:create-admin-user` and follow prompts to create admin user.", + "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" } ]