Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
df5721d7c8
commit
a0ce9d6250
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="dashdot-1.0.16"></a>
|
||||
### [dashdot-1.0.16](https://github.com/truecharts/apps/compare/dashdot-1.0.15...dashdot-1.0.16) (2022-07-08)
|
||||
|
||||
#### Chore
|
||||
|
||||
* add some envs ([#3100](https://github.com/truecharts/apps/issues/3100))
|
||||
|
||||
|
||||
|
||||
<a name="dashdot-1.0.15"></a>
|
||||
### [dashdot-1.0.15](https://github.com/truecharts/apps/compare/dashdot-1.0.14...dashdot-1.0.15) (2022-07-08)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
#### Chore
|
||||
|
||||
* update docker general non-major ([#2999](https://github.com/truecharts/apps/issues/2999))
|
||||
|
||||
|
||||
|
||||
<a name="dashdot-1.0.5"></a>
|
||||
### [dashdot-1.0.5](https://github.com/truecharts/apps/compare/dashdot-1.0.4...dashdot-1.0.5) (2022-06-26)
|
||||
|
||||
#### Chore
|
||||
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.2.0
|
||||
digest: sha256:89affb18a1c45ba54589f4cea91bf10d24adb577afda10a1d217aef76b20236e
|
||||
generated: "2022-07-08T06:02:33.768611077Z"
|
||||
generated: "2022-07-08T06:24:29.696047435Z"
|
|
@ -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
|
|
@ -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"
|
|
@ -207,6 +207,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:
|
Loading…
Reference in New Issue