Archived
1
0
Fork 0

Add weewx-windy

This commit is contained in:
Daniel Kempkens 2022-07-24 22:21:32 +02:00
parent ad606d4ec5
commit f9ac0e0682

View file

@ -32,6 +32,7 @@ RUN pip install --no-cache-dir --requirement requirements.txt
RUN wget -O "${ARCHIVE}" "http://www.weewx.com/downloads/released_versions/${ARCHIVE}" &&\
wget -O weewx-MQTTSubscribe.zip https://github.com/bellrichm/WeeWX-MQTTSubscribe/archive/master.zip &&\
wget -O weewx-forecast.zip https://github.com/chaunceygardiner/weewx-forecast/archive/master.zip &&\
wget -O weewx-windy.zip https://github.com/matthewwall/weewx-windy/archive/master.zip &&\
wget -O weewx-GTS.zip https://github.com/roe-dl/weewx-GTS/archive/master.zip &&\
wget -O weewx-wdc.zip https://github.com/Daveiano/weewx-wdc/releases/download/${WEEWX_WDC_VERSION}/weewx-wdc-${WEEWX_WDC_VERSION}.zip
@ -46,12 +47,14 @@ RUN mkdir ${WEEWX_HOME}/user &&\
chown weewx:weewx ${WEEWX_HOME}/user &&\
bin/wee_extension --install /tmp/weewx-MQTTSubscribe.zip &&\
bin/wee_extension --install /tmp/weewx-forecast.zip &&\
bin/wee_extension --install /tmp/weewx-windy.zip &&\
bin/wee_extension --install /tmp/weewx-GTS.zip &&\
bin/wee_extension --install /tmp/weewx-wdc
COPY entrypoint.sh ./
COPY --chown=weewx:weewx user/extensions.py ./bin/user/extensions.py
# Included for debugging
RUN echo 'Default Configuration:' &&\
cat ${WEEWX_HOME}/weewx.conf