@@ -97,11 +97,27 @@ If dash. detects the wrong gateway as your default interface, you can provide a
97
97
98
98
### ` DASHDOT_FS_TYPE_FILTER `
99
99
100
- If dash. detects network drives as internal drives, you can provide a list of ignored FS types here (e.g. ` cifs,9p ` ) .
100
+ If dash. detects network drives as internal drives, you can provide a list of ignored FS types here.
101
101
Please also create a [ bug ticket] ( https://github.com/MauriceNino/dashdot/issues/new/choose ) on the
102
102
repository though, so that we can fix this problem for everyone.
103
103
104
- - type: ` string `
104
+ - type: ` string (comma separated list) `
105
+ - default: ` cifs,9p,fuse.rclone,fuse.mergerfs `
106
+
107
+ ### ` DASHDOT_FS_VIRTUAL_MOUNTS `
108
+
109
+ If you want to show a virtual mount in the storage split view, that is ignored in the filter above.
110
+ Can be used for example to show ` fuse.mergerfs ` mounts, which is basically a grouping of other mounts.
111
+
112
+ You need to pass the names of the filesystems you want to use. To find out what the name is, execute ` df `
113
+ and look at the first column.
114
+
115
+ Note that this will only be shown in the storage split view (enabled with the
116
+ [ ` DASHDOT_ENABLE_STORAGE_SPLIT_VIEW ` ] ( ./config#dashdot_enable_storage_split_view ) flag).
117
+ The normal pie chart will not be affected and there will also be no disk shown in the list of the storage
118
+ widget.
119
+
120
+ - type: ` string (comma separated list) `
105
121
- default: ` unset `
106
122
107
123
### ` DASHDOT_DISABLE_INTEGRATIONS `
@@ -119,7 +135,7 @@ These options are passed as comma separated lists - you can remove and add widge
119
135
120
136
The available options are: ` os ` , ` cpu ` , ` storage ` , ` ram ` , ` network ` , ` gpu ` .
121
137
122
- - type: ` string `
138
+ - type: ` string (comma separated list) `
123
139
- default: ` os,cpu,storage,ram,network `
124
140
125
141
| ` os,cpu,storage,ram,network ` | ` ram,cpu,storage,network ` |
@@ -130,42 +146,42 @@ The available options are: `os`, `cpu`, `storage`, `ram`, `network`, `gpu`.
130
146
131
147
The available options are: ` os ` , ` arch ` , ` up_since ` .
132
148
133
- - type: ` string `
149
+ - type: ` string (comma separated list) `
134
150
- default: ` os,arch,up_since `
135
151
136
152
### ` DASHDOT_CPU_LABEL_LIST `
137
153
138
154
The available options are: ` brand ` , ` model ` , ` cores ` , ` threads ` , ` frequency ` .
139
155
140
- - type: ` string `
156
+ - type: ` string (comma separated list) `
141
157
- default: ` brand,model,cores,threads,frequency `
142
158
143
159
### ` DASHDOT_STORAGE_LABEL_LIST `
144
160
145
161
The available options are: ` brand ` , ` size ` , ` type ` .
146
162
147
- - type: ` string `
163
+ - type: ` string (comma separated list) `
148
164
- default: ` brand,size,type `
149
165
150
166
### ` DASHDOT_RAM_LABEL_LIST `
151
167
152
168
The available options are: ` brand ` , ` size ` , ` type ` , ` frequency ` .
153
169
154
- - type: ` string `
170
+ - type: ` string (comma separated list) `
155
171
- default: ` brand,size,type,frequency `
156
172
157
173
### ` DASHDOT_NETWORK_LABEL_LIST `
158
174
159
175
The available options are: ` type ` , ` speed_up ` , ` speed_down ` , ` interface_speed ` , ` public_ip ` .
160
176
161
- - type: ` string `
177
+ - type: ` string (comma separated list) `
162
178
- default: ` type,speed_up,speed_down,interface_speed `
163
179
164
180
### ` DASHDOT_GPU_LABEL_LIST `
165
181
166
182
The available options are: ` brand ` , ` model ` , ` memory ` .
167
183
168
- - type: ` string `
184
+ - type: ` string (comma separated list) `
169
185
- default: ` brand, model, memory `
170
186
171
187
## Widget Options and Styles
0 commit comments