Skip to content

Commit

Permalink
🔧 Add env variables to dash. template (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-rw committed Oct 23, 2023
1 parent af4ed47 commit 4bb98e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/dashdot/dashdot.xml
Expand Up @@ -36,7 +36,9 @@ VERSION
<Config Name="WebUI" Target="3001" Default="" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">3001</Config>
<Config Name="Storage (host)" Target="/mnt/host" Default="" Mode="ro" Description="For reading the usage stats of all drives, and collect other information from the OS." Type="Path" Display="always" Required="true" Mask="false">/</Config>
<Config Name="Storage (OS information)" Target="/etc/os-release" Default="" Mode="ro" Description="This is the location for the OS release information (unRAID base)." Type="Path" Display="always" Required="true" Mask="false">/etc/os-release</Config>
<Config Name="DASHDOT_PORT" Target="DASHDOT_PORT" Default="3001" Mode="" Description="HTTP Port" Type="Variable" Display="always" Required="false" Mask="false">3001</Config>
<Config Name="DASHDOT_SHOW_HOST" Target="DASHDOT_SHOW_HOST" Default="true|false" Mode="" Description="If you want to show the host part in the server widget (e.g. dash. -&amp;gt; dash.mauz.io)." Type="Variable" Display="advanced" Required="false" Mask="false">true</Config>
<Config Name="DASHDOT_ACCEPT_OOKLA_EULA" Target="DASHDOT_ACCEPT_OOKLA_EULA" Default="true|false" Mode="" Description="Use the newer and more accurate speedtest tool from Ookla, instead of the old speedtest-cli for your speedtests. When passing this flag, you accept Ooklas: EULA, TERMS and PRIVACY." Type="Variable" Display="advanced" Required="false" Mask="false">false</Config>
<Config Name="DASHDOT_CUSTOM_HOST" Target="DASHDOT_CUSTOM_HOST" Default="" Mode="" Description="If you want to show a custom host in the server widget (needs DASHDOT_SHOW_HOST enabled to work)." Type="Variable" Display="advanced" Required="false" Mask="false">MY SERVER</Config>
<Config Name="DASHDOT_ENABLE_CPU_TEMPS" Target="DASHDOT_ENABLE_CPU_TEMPS" Default="false|true" Mode="" Description="If you want to show the CPU temperature in the graph. This will probably not work on a VPS, so you need to try it on your own if this works. For home servers it might work just fine." Type="Variable" Display="advanced" Required="false" Mask="false">false</Config>
<Config Name="DASHDOT_USE_IMPERIAL" Target="DASHDOT_USE_IMPERIAL" Default="false|true" Mode="" Description="Shows any units in the imperial system, instead of the default metric." Type="Variable" Display="advanced" Required="false" Mask="false">false</Config>
Expand Down

0 comments on commit 4bb98e9

Please sign in to comment.