Update planka

This commit is contained in:
tremor021 2025-06-17 11:34:55 +02:00
parent c8de71bd9b
commit b74548836b

View File

@ -2,7 +2,7 @@
"name": "Planka", "name": "Planka",
"slug": "planka", "slug": "planka",
"categories": [ "categories": [
14 12
], ],
"date_created": "2025-06-09", "date_created": "2025-06-09",
"type": "ct", "type": "ct",
@ -33,7 +33,7 @@
}, },
"notes": [ "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" "type": "info"
} }
] ]