Update planka json

This commit is contained in:
tremor021 2025-06-17 13:54:27 +02:00
parent 3312e9ff9f
commit e32993658a

View File

@ -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.", "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"
},
{
"text": "Type `cat ~/planka.creds` to see database credentials.",
"type": "info"
} }
] ]
} }