Skip to main content

UI Features

These are features that change the way the app works on the frontend.

DASHDOT_SHOW_HOST

If you want to show the host part in the server widget (e.g. dash. -> dash.mauz.dev).

  • type: boolean
  • default: false
falsetrue
Server widget normalServer widget with host

DASHDOT_SHOW_DASH_VERSION

If you want to show the version number of your dash. instance on the bottom right of the page, or alternatively on the GitHub icon (hover).

The available options are: bottom_right, icon_hover.

  • type: string
  • default: unset
bottom_righticon_hover
Dash. version bottom rightDash. version on GitHub icon hover

DASHDOT_CUSTOM_HOST

If you want to show a custom host in the server widget (needs DASHDOT_SHOW_HOST enabled to work).

  • type: string
  • default: unset

DASHDOT_ENABLE_CPU_TEMPS

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: boolean
  • default: false
falsetrue
CPU widget normalCPU widget with temps

DASHDOT_USE_IMPERIAL

Shows any units in the imperial system, instead of the default metric.

  • type: boolean
  • default: false
falsetrue
CPU widget with temps in celsiusCPU widget with temps in fahrenheit

DASHDOT_ALWAYS_SHOW_PERCENTAGES

To always show the current percentage of each graph in the top-left corner. Without enabling this, they will only be shown on lower resolution devices (mobile phones).

  • type: boolean
  • default: false
falsetrue
Dashboard iwith no percentagesDashboard with percentages

DASHDOT_PAGE_TITLE

If you want to show a custom string in the browser page title.

  • type: string
  • default: dash.

Add / Remove / Rearrange Widgets and Labels

These options are passed as comma separated lists - you can remove and add widgets and labels.

DASHDOT_WIDGET_LIST

The available options are: os, cpu, storage, ram, network, gpu.

  • type: string (comma separated list)
  • default: os,cpu,storage,ram,network
os,cpu,storage,ram,networkram,cpu,storage,network
Dashboard in normal orderDashboard in alternate order

DASHDOT_OS_LABEL_LIST

The available options are: os, arch, up_since, dash_version.

  • type: string (comma separated list)
  • default: os,arch,up_since

DASHDOT_CPU_LABEL_LIST

The available options are: brand, model, cores, threads, frequency.

  • type: string (comma separated list)
  • default: brand,model,cores,threads,frequency

DASHDOT_STORAGE_LABEL_LIST

The available options are: brand, size, type.

  • type: string (comma separated list)
  • default: brand,size,type

DASHDOT_RAM_LABEL_LIST

The available options are: brand, size, type, frequency.

  • type: string (comma separated list)
  • default: brand,size,type,frequency

DASHDOT_NETWORK_LABEL_LIST

The available options are: type, speed_up, speed_down, interface_speed, public_ip.

  • type: string (comma separated list)
  • default: type,speed_up,speed_down,interface_speed

DASHDOT_GPU_LABEL_LIST

The available options are: brand, model, memory.

  • type: string (comma separated list)
  • default: brand, model, memory