diff --git a/charts/stable/dashdot/Chart.yaml b/charts/stable/dashdot/Chart.yaml index 8d65c250d4d..f11d63ad170 100644 --- a/charts/stable/dashdot/Chart.yaml +++ b/charts/stable/dashdot/Chart.yaml @@ -19,7 +19,7 @@ name: dashdot sources: - https://github.com/MauriceNino/dashdot - https://hub.docker.com/r/mauricenino/dashdot -version: 1.0.15 +version: 1.0.16 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/dashdot/questions.yaml b/charts/stable/dashdot/questions.yaml index 7a8504c0fdd..58d37233375 100644 --- a/charts/stable/dashdot/questions.yaml +++ b/charts/stable/dashdot/questions.yaml @@ -113,6 +113,18 @@ questions: schema: type: boolean default: false + - variable: DASHDOT_FS_TYPE_FILTER + label: "DASHDOT_FS_TYPE_FILTER" + description: "If dash. detects network drives as internal drives, you can provide a list of ignored FS types here." + schema: + type: string + default: "cifs,9p,fuse.rclone,fuse.mergerfs" + - variable: DASHDOT_FS_VIRTUAL_MOUNTS + label: "DASHDOT_FS_VIRTUAL_MOUNTS" + description: "If you want to show a virtual mount in the storage split view, that is ignored in the filter above. Can be used for example to show fuse.mergerfs mounts, which is basically a grouping of other mounts." + schema: + type: string + default: "" - variable: oswidgetsettings label: "OS Widget Settings" schema: diff --git a/charts/stable/dashdot/values.yaml b/charts/stable/dashdot/values.yaml index 9d5c431410d..2d2269dc377 100644 --- a/charts/stable/dashdot/values.yaml +++ b/charts/stable/dashdot/values.yaml @@ -26,6 +26,8 @@ env: # DASHDOT_DISABLE_INTEGRATIONS: false # DASHDOT_SHOW_HOST: true # DASHDOT_ALWAYS_SHOW_PERCENTAGES: false + # DASHDOT_FS_TYPE_FILTER: "cifs,9p,fuse.rclone,fuse.mergerfs" + # DASHDOT_FS_VIRTUAL_MOUNTS: "" # DASHDOT_OS_LABEL_LIST: "os,arch,up_since" # DASHDOT_OS_WIDGET_GROW: "1.5" # DASHDOT_OS_WIDGET_MIN_WIDTH: "300"