mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-11-03 18:02:50 +00:00
36 lines
906 B
JSON
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": []
|
|
}
|