From fbb807bf977324f5e29a1df635e1562d383f1280 Mon Sep 17 00:00:00 2001 From: Felix Pape Date: Sun, 16 Nov 2025 19:49:02 +0100 Subject: [PATCH] fixed config_path for donetick (#9203) --- frontend/public/json/donetick.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/donetick.json b/frontend/public/json/donetick.json index b11f2e9e9..8f7e61467 100644 --- a/frontend/public/json/donetick.json +++ b/frontend/public/json/donetick.json @@ -10,7 +10,7 @@ "privileged": false, "interface_port": 2021, "documentation": "https://docs.donetick.com/getting-started/", - "config_path": "/opt/donetick/config/selfhosted.yml", + "config_path": "/opt/donetick/config/selfhosted.yaml", "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",