chore(apps): add gui option (#3803)

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Stavros Kois
2022-09-18 17:02:26 +03:00
committed by GitHub
parent 01fe431239
commit 59967561a2
4 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/dashdot
- https://github.com/MauriceNino/dashdot
- https://hub.docker.com/r/mauricenino/dashdot
version: 1.0.48
version: 1.0.49
annotations:
truecharts.org/catagories: |
- media
+6 -1
View File
@@ -19,7 +19,6 @@ questions:
additional_attrs: true
type: dict
attrs:
# General
- variable: DASHDOT_WIDGET_LIST
label: "DASHDOT_WIDGET_LIST"
description: "Change the order of the elements in the list, to change the position on the page, or remove an item from the list, to remove it from the page. Storage Widget does not work correctly with ZFS"
@@ -51,6 +50,12 @@ questions:
schema:
type: boolean
default: false
- variable: DASHDOT_FS_DEVICE_FILTER
label: "DASHDOT_FS_DEVICE_FILTER"
description: "To hide specific drives, you can pass the device names as a string list using this parameter. If you don't know the device names of your drives, have a look at the log of dash. and look for the Static Server Info -> storage output."
schema:
type: string
default: ""
- 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."
+1
View File
@@ -27,6 +27,7 @@ env:
# DASHDOT_SHOW_HOST: true
# DASHDOT_ALWAYS_SHOW_PERCENTAGES: false
# DASHDOT_FS_TYPE_FILTER: "cifs,9p,fuse.rclone,fuse.mergerfs"
# DASHDOT_FS_DEVICE_FILTER: "sda,sdb"
# DASHDOT_FS_VIRTUAL_MOUNTS: ""
# DASHDOT_OS_LABEL_LIST: "os,arch,up_since"
# DASHDOT_OS_WIDGET_GROW: "1.5"