Update donetick/donetick.xml
This commit is contained in:
parent
98dda15c69
commit
8333f1780d
1 changed files with 8 additions and 8 deletions
|
@ -18,7 +18,7 @@
|
||||||
<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 selfhosted.yaml configuration file.</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. Requires config file in the config directory.</Description>
|
||||||
|
|
||||||
<Networking>
|
<Networking>
|
||||||
<Mode>bridge</Mode>
|
<Mode>bridge</Mode>
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
<Mode>rw</Mode>
|
<Mode>rw</Mode>
|
||||||
</Volume>
|
</Volume>
|
||||||
<Volume>
|
<Volume>
|
||||||
<HostDir>/mnt/user/appdata/Donetick</HostDir>
|
<HostDir>/mnt/user/appdata/Donetick/config</HostDir>
|
||||||
<ContainerDir>/config</ContainerDir>
|
<ContainerDir>/config</ContainerDir>
|
||||||
<Mode>rw</Mode>
|
<Mode>rw</Mode>
|
||||||
</Volume>
|
</Volume>
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
<Environment>
|
<Environment>
|
||||||
<Variable>
|
<Variable>
|
||||||
<Name>DT_ENV</Name>
|
<Name>DT_ENV</Name>
|
||||||
<Value>prod</Value>
|
<Value>default</Value>
|
||||||
</Variable>
|
</Variable>
|
||||||
<Variable>
|
<Variable>
|
||||||
<Name>DT_SQLITE_PATH</Name>
|
<Name>DT_SQLITE_PATH</Name>
|
||||||
|
@ -82,24 +82,24 @@
|
||||||
<Config
|
<Config
|
||||||
Name="Config Path"
|
Name="Config Path"
|
||||||
Target="/config"
|
Target="/config"
|
||||||
Default="/mnt/user/appdata/Donetick"
|
Default="/mnt/user/appdata/Donetick/config"
|
||||||
Mode="rw"
|
Mode="rw"
|
||||||
Description="Container Path: /config"
|
Description="Container Path: /config"
|
||||||
Type="Path"
|
Type="Path"
|
||||||
Display="always"
|
Display="always"
|
||||||
Required="true"
|
Required="true"
|
||||||
Mask="false">/mnt/user/appdata/Donetick</Config>
|
Mask="false">/mnt/user/appdata/Donetick/config</Config>
|
||||||
|
|
||||||
<Config
|
<Config
|
||||||
Name="Environment Mode"
|
Name="Environment Mode"
|
||||||
Target="DT_ENV"
|
Target="DT_ENV"
|
||||||
Default="prod"
|
Default="default"
|
||||||
Mode=""
|
Mode=""
|
||||||
Description="Set to prod for production environment"
|
Description="Environment configuration name"
|
||||||
Type="Variable"
|
Type="Variable"
|
||||||
Display="always"
|
Display="always"
|
||||||
Required="true"
|
Required="true"
|
||||||
Mask="false">prod</Config>
|
Mask="false">default</Config>
|
||||||
|
|
||||||
<Config
|
<Config
|
||||||
Name="SQLite Database Path"
|
Name="SQLite Database Path"
|
||||||
|
|
Loading…
Reference in a new issue