This commit is contained in:
push-app-to-main[bot]
2025-11-03 09:47:38 +01:00
committed by GitHub
parent 7c94cc7d02
commit 5a70f4909e
4 changed files with 158 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
{
"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": []
}