Archived
1
0
Fork 0

Update WDC

This commit is contained in:
Daniel Kempkens 2022-08-04 10:38:16 +02:00
parent 38af9fc797
commit dc6e7ca262
2 changed files with 2 additions and 6 deletions

View file

@ -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.0.0" ENV WEEWX_WDC_VERSION="v2.0.1"
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

View file

@ -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.0.0 SKIN_VERSION = 2.0.1
[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.
@ -107,10 +107,6 @@ SKIN_VERSION = 2.0.0
curve = "step" curve = "step"
[[[rainRate]]] [[[rainRate]]]
curve = "linear" curve = "linear"
[[[windSpeed]]]
curve = "linear"
[[[windGust]]]
curve = "linear"
[[[heights]]] [[[heights]]]
[[[[classic]]]] [[[[classic]]]]