Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
5559abc962
commit
bbb78a99c3
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="dashdot-1.0.4"></a>
|
||||
### [dashdot-1.0.4](https://github.com/truecharts/apps/compare/dashdot-1.0.3...dashdot-1.0.4) (2022-06-26)
|
||||
|
||||
#### Chore
|
||||
|
||||
* add 2 env vars in gui ([#2992](https://github.com/truecharts/apps/issues/2992))
|
||||
|
||||
|
||||
|
||||
<a name="dashdot-1.0.3"></a>
|
||||
### [dashdot-1.0.3](https://github.com/truecharts/apps/compare/dashdot-1.0.2...dashdot-1.0.3) (2022-06-25)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
#### Chore
|
||||
|
||||
* update docker general non-major ([#2890](https://github.com/truecharts/apps/issues/2890))
|
||||
|
||||
|
||||
|
||||
<a name="dashdot-0.0.1"></a>
|
||||
### dashdot-0.0.1 (2022-06-14)
|
||||
|
||||
#### Feat
|
||||
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.1.4
|
||||
digest: sha256:0f159b86b96bd27bd8d967476e26de9a2a6db995faf0c091cbf1281ee4c4e3a2
|
||||
generated: "2022-06-25T13:16:31.275768872Z"
|
||||
generated: "2022-06-26T10:12:35.961510966Z"
|
|
@ -19,7 +19,7 @@ name: dashdot
|
|||
sources:
|
||||
- https://github.com/MauriceNino/dashdot
|
||||
- https://hub.docker.com/r/mauricenino/dashdot
|
||||
version: 1.0.3
|
||||
version: 1.0.4
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -22,6 +22,8 @@ env:
|
|||
# User Defined
|
||||
# DASHDOT_WIDGET_LIST: os,cpu,storage,ram,network
|
||||
# DASHDOT_ACCEPT_OOKLA_EULA: true
|
||||
# DASHDOT_USE_IMPERIAL: false
|
||||
# DASHDOT_DISABLE_INTEGRATIONS: false
|
||||
# DASHDOT_DISABLE_HOST: false
|
||||
# DASHDOT_OS_LABEL_LIST: "os,arch,up_since"
|
||||
# DASHDOT_OS_WIDGET_GROW: "1.5"
|
|
@ -185,7 +185,19 @@ questions:
|
|||
default: "os,cpu,storage,ram,network"
|
||||
- variable: DASHDOT_ACCEPT_OOKLA_EULA
|
||||
label: "DASHDOT_ACCEPT_OOKLA_EULA"
|
||||
description: "Use the newer and more accurate speedtest tool from Ookla, instead of the old speedtest-cli for your speedtests. "
|
||||
description: "Use the newer and more accurate speedtest tool from Ookla, instead of the old speedtest-cli for your speedtests."
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: DASHDOT_USE_IMPERIAL
|
||||
label: "DASHDOT_USE_IMPERIAL"
|
||||
description: "Shows any units in the imperial system, instead of the default metric."
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: DASHDOT_DISABLE_INTEGRATIONS
|
||||
label: "DASHDOT_DISABLE_INTEGRATIONS"
|
||||
description: "Disables support for integrations. This does two things: disable CORS and disable open API endpoints."
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
Loading…
Reference in New Issue