Files
ProxmoxVE/frontend/public/json/donetick.json
push-app-to-main[bot] 5a70f4909e Donetick (#8835)
2025-11-03 09:47:38 +01:00

36 lines
906 B
JSON

{
"name": "Donetick",
"slug": "donetick",
"categories": [
19
],
"date_created": "2025-11-01",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 2021,
"documentation": "https://docs.donetick.com/getting-started/",
"config_path": "/opt/donetick/selfhosted.yml",
"website": "https://donetick.com",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/donetick.webp",
"description": "Donetick an open-source, user-friendly app for managing tasks and chores, featuring customizable options to help you and others stay organized",
"install_methods": [
{
"type": "default",
"script": "ct/donetick.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 2,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}