Update Donetick JSON configuration

Updated Donetick configuration with new categories, documentation link, config path, logo, and description. Adjusted resource requirements for installation.
This commit is contained in:
Slaviša Arežina 2025-11-02 09:38:44 +01:00 committed by GitHub
parent 4097ed96d2
commit 58000ff630
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,27 +2,26 @@
"name": "Donetick", "name": "Donetick",
"slug": "donetick", "slug": "donetick",
"categories": [ "categories": [
0, 19
12
], ],
"date_created": "2025-11-01", "date_created": "2025-11-01",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 2021, "interface_port": 2021,
"documentation": null, "documentation": "https://docs.donetick.com/getting-started/",
"config_path": "", "config_path": "/opt/donetick/selfhosted.yml",
"website": "https://donetick.com", "website": "https://donetick.com",
"logo": "https://donetick.com/assets/logo-inhNxF6J.svg", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/donetick.webp",
"description": "The smart task manager that keeps individuals and families organized with intelligent scheduling and fair task distribution", "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": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/donetick.sh", "script": "ct/donetick.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 1,
"ram": 2048, "ram": 512,
"hdd": 8, "hdd": 2,
"os": "Debian", "os": "Debian",
"version": "13" "version": "13"
} }