99 lines
No EOL
2.7 KiB
XML
99 lines
No EOL
2.7 KiB
XML
<?xml version="1.0"?>
|
|
<Container version="2">
|
|
<Name>donetick</Name>
|
|
<Repository>donetick/donetick</Repository>
|
|
<Registry>https://hub.docker.com/r/donetick/donetick</Registry>
|
|
<Network>bridge</Network>
|
|
<MyIP></MyIP>
|
|
<Shell>sh</Shell>
|
|
<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</Overview>
|
|
<Category>Productivity:</Category>
|
|
<WebUI>http://[IP]:[PORT:2021]</WebUI>
|
|
<TemplateURL/>
|
|
<Icon>https://raw.githubusercontent.com/donetick/donetick/main/web/public/logo.svg</Icon>
|
|
<ExtraParams/>
|
|
<CPUset/>
|
|
<DonateText/>
|
|
<DonateLink/>
|
|
<Description>Donetick is a self-hosted application - An open-source, user-friendly app for managing tasks and chores. Requires local.yaml configuration file.</Description>
|
|
|
|
<Networking>
|
|
<Mode>bridge</Mode>
|
|
<Publish>
|
|
<Port>
|
|
<HostPort>2021</HostPort>
|
|
<ContainerPort>2021</ContainerPort>
|
|
<Protocol>tcp</Protocol>
|
|
</Port>
|
|
</Publish>
|
|
</Networking>
|
|
|
|
<Data>
|
|
<Volume>
|
|
<HostDir>/mnt/user/appdata/Donetick/database</HostDir>
|
|
<ContainerDir>/usr/src/app/data</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
<Volume>
|
|
<HostDir>/mnt/user/appdata/Donetick/config</HostDir>
|
|
<ContainerDir>/config</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
</Data>
|
|
|
|
<Environment>
|
|
<Variable>
|
|
<Name>DT_ENV</Name>
|
|
<Value>local</Value>
|
|
</Variable>
|
|
</Environment>
|
|
|
|
<Labels/>
|
|
|
|
<Config
|
|
Name="WebUI Port"
|
|
Target="2021"
|
|
Default="2021"
|
|
Mode="tcp"
|
|
Description="Container Port: 2021"
|
|
Type="Port"
|
|
Display="always"
|
|
Required="true"
|
|
Mask="false">2021</Config>
|
|
|
|
<Config
|
|
Name="Database Path"
|
|
Target="/usr/src/app/data"
|
|
Default="/mnt/user/appdata/Donetick/database"
|
|
Mode="rw"
|
|
Description="Container Path: /usr/src/app/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/config"
|
|
Mode="rw"
|
|
Description="Container Path: /config"
|
|
Type="Path"
|
|
Display="always"
|
|
Required="true"
|
|
Mask="false">/mnt/user/appdata/Donetick/config</Config>
|
|
|
|
<Config
|
|
Name="Environment Mode"
|
|
Target="DT_ENV"
|
|
Default="local"
|
|
Mode=""
|
|
Description="Environment configuration name"
|
|
Type="Variable"
|
|
Display="always"
|
|
Required="true"
|
|
Mask="false">local</Config>
|
|
</Container> |