114 lines
No EOL
3.3 KiB
XML
114 lines
No EOL
3.3 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, featuring customizable options to help you and others stay organized</Overview>
|
|
<Category>Productivity:</Category>
|
|
<WebUI>http://[IP]:[PORT:8000]</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, featuring customizable options to help you and others stay organized. Requires config file in the config directory.</Description>
|
|
|
|
<Networking>
|
|
<Mode>bridge</Mode>
|
|
<Publish>
|
|
<Port>
|
|
<HostPort>8000</HostPort>
|
|
<ContainerPort>8000</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>default</Value>
|
|
</Variable>
|
|
<Variable>
|
|
<Name>DT_SQLITE_PATH</Name>
|
|
<Value>/usr/src/app/data/donetick.db</Value>
|
|
</Variable>
|
|
</Environment>
|
|
|
|
<Labels/>
|
|
|
|
<Config
|
|
Name="WebUI Port"
|
|
Target="8000"
|
|
Default="8000"
|
|
Mode="tcp"
|
|
Description="Container Port: 8000"
|
|
Type="Port"
|
|
Display="always"
|
|
Required="true"
|
|
Mask="false">8000</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="default"
|
|
Mode=""
|
|
Description="Environment configuration name"
|
|
Type="Variable"
|
|
Display="always"
|
|
Required="true"
|
|
Mask="false">default</Config>
|
|
|
|
<Config
|
|
Name="SQLite Database Path"
|
|
Target="DT_SQLITE_PATH"
|
|
Default="/usr/src/app/data/donetick.db"
|
|
Mode=""
|
|
Description="Path to SQLite database file inside the container"
|
|
Type="Variable"
|
|
Display="always"
|
|
Required="true"
|
|
Mask="false">/usr/src/app/data/donetick.db</Config>
|
|
</Container> |