Update donetick/donetick.xml
This commit is contained in:
parent
aa811b37de
commit
32b10c0f29
1 changed files with 12 additions and 27 deletions
|
@ -9,23 +9,23 @@
|
||||||
<Privileged>false</Privileged>
|
<Privileged>false</Privileged>
|
||||||
<Support>https://forum.hhf.technology/t/donetick-task-and-chore-manager-unraid-template-request</Support>
|
<Support>https://forum.hhf.technology/t/donetick-task-and-chore-manager-unraid-template-request</Support>
|
||||||
<Project>https://github.com/donetick/donetick</Project>
|
<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</Overview>
|
||||||
<Category>Productivity:</Category>
|
<Category>Productivity:</Category>
|
||||||
<WebUI>http://[IP]:[PORT:8000]</WebUI>
|
<WebUI>http://[IP]:[PORT:2021]</WebUI>
|
||||||
<TemplateURL/>
|
<TemplateURL/>
|
||||||
<Icon>https://raw.githubusercontent.com/donetick/donetick/main/web/public/logo.svg</Icon>
|
<Icon>https://raw.githubusercontent.com/donetick/donetick/main/web/public/logo.svg</Icon>
|
||||||
<ExtraParams/>
|
<ExtraParams/>
|
||||||
<CPUset/>
|
<CPUset/>
|
||||||
<DonateText/>
|
<DonateText/>
|
||||||
<DonateLink/>
|
<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>
|
<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>
|
<Networking>
|
||||||
<Mode>bridge</Mode>
|
<Mode>bridge</Mode>
|
||||||
<Publish>
|
<Publish>
|
||||||
<Port>
|
<Port>
|
||||||
<HostPort>8000</HostPort>
|
<HostPort>2021</HostPort>
|
||||||
<ContainerPort>8000</ContainerPort>
|
<ContainerPort>2021</ContainerPort>
|
||||||
<Protocol>tcp</Protocol>
|
<Protocol>tcp</Protocol>
|
||||||
</Port>
|
</Port>
|
||||||
</Publish>
|
</Publish>
|
||||||
|
@ -47,11 +47,7 @@
|
||||||
<Environment>
|
<Environment>
|
||||||
<Variable>
|
<Variable>
|
||||||
<Name>DT_ENV</Name>
|
<Name>DT_ENV</Name>
|
||||||
<Value>default</Value>
|
<Value>local</Value>
|
||||||
</Variable>
|
|
||||||
<Variable>
|
|
||||||
<Name>DT_SQLITE_PATH</Name>
|
|
||||||
<Value>/usr/src/app/data/donetick.db</Value>
|
|
||||||
</Variable>
|
</Variable>
|
||||||
</Environment>
|
</Environment>
|
||||||
|
|
||||||
|
@ -59,14 +55,14 @@
|
||||||
|
|
||||||
<Config
|
<Config
|
||||||
Name="WebUI Port"
|
Name="WebUI Port"
|
||||||
Target="8000"
|
Target="2021"
|
||||||
Default="8000"
|
Default="2021"
|
||||||
Mode="tcp"
|
Mode="tcp"
|
||||||
Description="Container Port: 8000"
|
Description="Container Port: 2021"
|
||||||
Type="Port"
|
Type="Port"
|
||||||
Display="always"
|
Display="always"
|
||||||
Required="true"
|
Required="true"
|
||||||
Mask="false">8000</Config>
|
Mask="false">2021</Config>
|
||||||
|
|
||||||
<Config
|
<Config
|
||||||
Name="Database Path"
|
Name="Database Path"
|
||||||
|
@ -93,22 +89,11 @@
|
||||||
<Config
|
<Config
|
||||||
Name="Environment Mode"
|
Name="Environment Mode"
|
||||||
Target="DT_ENV"
|
Target="DT_ENV"
|
||||||
Default="default"
|
Default="local"
|
||||||
Mode=""
|
Mode=""
|
||||||
Description="Environment configuration name"
|
Description="Environment configuration name"
|
||||||
Type="Variable"
|
Type="Variable"
|
||||||
Display="always"
|
Display="always"
|
||||||
Required="true"
|
Required="true"
|
||||||
Mask="false">default</Config>
|
Mask="false">local</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>
|
</Container>
|
Loading…
Reference in a new issue