Bump wdc to 2.2.0
This commit is contained in:
parent
250822a414
commit
423f835d58
2 changed files with 6 additions and 2 deletions
|
@ -4,7 +4,7 @@ ARG WEEWX_UID=421
|
||||||
ENV WEEWX_HOME="/home/weewx"
|
ENV WEEWX_HOME="/home/weewx"
|
||||||
ENV WEEWX_VERSION="4.8.0"
|
ENV WEEWX_VERSION="4.8.0"
|
||||||
ENV ARCHIVE="weewx-${WEEWX_VERSION}.tar.gz"
|
ENV ARCHIVE="weewx-${WEEWX_VERSION}.tar.gz"
|
||||||
ENV WEEWX_WDC_VERSION="v2.1.0"
|
ENV WEEWX_WDC_VERSION="v2.2.0"
|
||||||
|
|
||||||
RUN addgroup --system --gid ${WEEWX_UID} weewx \
|
RUN addgroup --system --gid ${WEEWX_UID} weewx \
|
||||||
&& adduser --system --uid ${WEEWX_UID} --ingroup weewx weewx
|
&& adduser --system --uid ${WEEWX_UID} --ingroup weewx weewx
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# configuration file for the weewx-wdc skin
|
# configuration file for the weewx-wdc skin
|
||||||
SKIN_NAME = Weather Data Center
|
SKIN_NAME = Weather Data Center
|
||||||
SKIN_VERSION = 2.1.0
|
SKIN_VERSION = 2.2.0
|
||||||
|
|
||||||
[Extras]
|
[Extras]
|
||||||
# Show a link to the GitHub respository of this skin. Set to False to hide.
|
# Show a link to the GitHub respository of this skin. Set to False to hide.
|
||||||
|
@ -101,8 +101,11 @@ SKIN_VERSION = 2.1.0
|
||||||
[[[windDir]]]
|
[[[windDir]]]
|
||||||
curve = "basis"
|
curve = "basis"
|
||||||
lineWidth = 0
|
lineWidth = 0
|
||||||
|
yScaleMin = 0
|
||||||
|
yScaleMax = 360
|
||||||
[[[radiation]]]
|
[[[radiation]]]
|
||||||
curve = "basis"
|
curve = "basis"
|
||||||
|
yScaleOffset = 150
|
||||||
[[[UV]]]
|
[[[UV]]]
|
||||||
curve = "step"
|
curve = "step"
|
||||||
[[[rainRate]]]
|
[[[rainRate]]]
|
||||||
|
@ -110,6 +113,7 @@ SKIN_VERSION = 2.1.0
|
||||||
[[[lightning_strike_count]]]
|
[[[lightning_strike_count]]]
|
||||||
curve = "step"
|
curve = "step"
|
||||||
aggregate_type = "sum"
|
aggregate_type = "sum"
|
||||||
|
yScaleMin = 0
|
||||||
|
|
||||||
[[[heights]]]
|
[[[heights]]]
|
||||||
[[[[classic]]]]
|
[[[[classic]]]]
|
||||||
|
|
Reference in a new issue