Update donetick/donetick.xml

This commit is contained in:
HHF Technology 2024-12-03 14:50:42 +05:30
parent c54e708ec2
commit 9af1ae8bb5

View file

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<Container version="2">
<Name>donetick</Name>
<Repository>donetick</Repository>
<Repository>donetick/donetick</Repository>
<Registry>https://hub.docker.com/r/donetick/donetick</Registry>
<Network>bridge</Network>
<MyIP></MyIP>
@ -9,17 +9,24 @@
<Privileged>false</Privileged>
<Support>https://forum.hhf.technology/t/donetick-task-and-chore-manager-unraid-template-request</Support>
<Project>https://github.com/donetick/donetick</Project>
<Overview>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</Overview>
<Overview>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</Overview>
<Category>Productivity:</Category>
<WebUI>http://[IP]:[PORT:8085]</WebUI>
<TemplateURL/>
<Icon></Icon>
<Icon>https://raw.githubusercontent.com/donetick/donetick/main/web/public/logo.svg</Icon>
<ExtraParams/>
<PostArgs>/donetick-core</PostArgs>
<CPUset/>
<DonateText/>
<DonateLink/>
<Description>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</Description>
<Description>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
</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
@ -30,21 +37,85 @@
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/donetick/data</HostDir>
<ContainerDir>/usr/src/app/data</ContainerDir>
<HostDir>/mnt/user/appdata/donetick/database</HostDir>
<ContainerDir>/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/donetick</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Name>DT_ENV</Name>
<Value>prod</Value>
</Variable>
<Variable>
<Name>DT_SQLITE_PATH</Name>
<Value>/data/donetick.db</Value>
</Variable>
</Environment>
<Labels/>
<Config Name="WebUI Port" Target="8000" Default="8085" Mode="tcp" Description="Container Port: 8000" Type="Port" Display="always" Required="true" Mask="false">8085</Config>
<Config Name="AppData Config Path" Target="/usr/src/app/data" Default="/mnt/user/appdata/donetick/data" Mode="rw" Description="Container Path: /usr/src/app/data" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/donetick/data</Config>
<Config Name="Environment Mode" Target="DT_ENV" Default="prod" Mode="" Description="Set to prod for production environment" Type="Variable" Display="always" Required="true" Mask="false">prod</Config>
<Config
Name="WebUI Port"
Target="8000"
Default="8085"
Mode="tcp"
Description="Container Port: 8000"
Type="Port"
Display="always"
Required="true"
Mask="false">8085</Config>
<Config
Name="Database Path"
Target="/data"
Default="/mnt/user/appdata/donetick/database"
Mode="rw"
Description="Container Path: /data"
Type="Path"
Display="always"
Required="true"
Mask="false">/mnt/user/appdata/donetick/database</Config>
<Config
Name="Config Path"
Target="/config"
Default="/mnt/user/appdata/donetick"
Mode="rw"
Description="Container Path: /config"
Type="Path"
Display="always"
Required="true"
Mask="false">/mnt/user/appdata/donetick</Config>
<Config
Name="Environment Mode"
Target="DT_ENV"
Default="prod"
Mode=""
Description="Set to prod for production environment"
Type="Variable"
Display="always"
Required="true"
Mask="false">prod</Config>
<Config
Name="SQLite Database Path"
Target="DT_SQLITE_PATH"
Default="/data/donetick.db"
Mode=""
Description="Path to SQLite database file inside the container"
Type="Variable"
Display="always"
Required="true"
Mask="false">/data/donetick.db</Config>
</Container>