From 9af1ae8bb58ac0cd5bee227bd34e7c14a3fa0c6b Mon Sep 17 00:00:00 2001 From: hhf Date: Tue, 3 Dec 2024 14:50:42 +0530 Subject: [PATCH] Update donetick/donetick.xml --- donetick/donetick.xml | 91 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 81 insertions(+), 10 deletions(-) diff --git a/donetick/donetick.xml b/donetick/donetick.xml index f094648..474566f 100644 --- a/donetick/donetick.xml +++ b/donetick/donetick.xml @@ -1,7 +1,7 @@ donetick - donetick + donetick/donetick https://hub.docker.com/r/donetick/donetick bridge @@ -9,17 +9,24 @@ false https://forum.hhf.technology/t/donetick-task-and-chore-manager-unraid-template-request https://github.com/donetick/donetick - Donetick is a self-hosted application An open-source, user-friendly app for managing tasks and chores, featuring customizable options to help you and others stay organized + Donetick is a self-hosted application - An open-source, user-friendly app for managing tasks and chores, featuring customizable options to help you and others stay organized Productivity: http://[IP]:[PORT:8085] - + https://raw.githubusercontent.com/donetick/donetick/main/web/public/logo.svg - /donetick-core - Donetick is a self-hosted application An open-source, user-friendly app for managing tasks and chores, featuring customizable options to help you and others stay organized + Donetick is a self-hosted application - An open-source, user-friendly app for managing tasks and chores, featuring customizable options to help you and others stay organized. Features include: + + - Task Management + - User Management + - Chore Scheduling + - Progress Tracking + - Customizable Categories + + bridge @@ -30,21 +37,85 @@ + - /mnt/user/appdata/donetick/data - /usr/src/app/data + /mnt/user/appdata/donetick/database + /data + rw + + + /mnt/user/appdata/donetick + /config rw + DT_ENV prod + + DT_SQLITE_PATH + /data/donetick.db + + - 8085 - /mnt/user/appdata/donetick/data - prod + + 8085 + + /mnt/user/appdata/donetick/database + + /mnt/user/appdata/donetick + + prod + + /data/donetick.db \ No newline at end of file