41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
||
"name": "Planka",
|
||
"slug": "planka",
|
||
"categories": [
|
||
12
|
||
],
|
||
"date_created": "2025-06-09",
|
||
"type": "ct",
|
||
"updateable": true,
|
||
"privileged": false,
|
||
"interface_port": 1337,
|
||
"documentation": "https://docs.planka.cloud/",
|
||
"website": "https://planka.app/",
|
||
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/planka.webp",
|
||
"config_path": "/opt/planka/planka/.env",
|
||
"description": "Planka is an open‑source, self‑hosted project‑management tool that mimics Trello’s kanban-style interface. It lets teams create projects with multiple boards, drag and drop cards into lists, attach files, write markdown descriptions, set due dates, assign members, leave comments and labels, all with real-time updates and notifications.",
|
||
"install_methods": [
|
||
{
|
||
"type": "default",
|
||
"script": "ct/planka.sh",
|
||
"resources": {
|
||
"cpu": 1,
|
||
"ram": 1024,
|
||
"hdd": 4,
|
||
"os": "debian",
|
||
"version": "12"
|
||
}
|
||
}
|
||
],
|
||
"default_credentials": {
|
||
"username": null,
|
||
"password": null
|
||
},
|
||
"notes": [
|
||
{
|
||
"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"
|
||
}
|
||
]
|
||
}
|