Sign inSign up

instantlinux/wxcam-upload

By instantlinux

Updated 10 months ago

Webcam image uploader for Weather Underground

Image
0

4.5K

instantlinux/wxcam-upload repository overview

wxcam-upload

This wraps an upload script along with proftpd for publishing still images from network-attached webcams to the Weather Underground webcam server.

Status

DEPRECATED - IBM discontinued webcam for Wunderground Oct 2021.

Usage

Sign up with Weather Underground to get a user login, and set up one or more webcams. Add secrets to your Docker Swarm installation (or define them as plain-text files), and set parameters as defined below. An example compose file is provided here in docker-compose.yml. This repo has complete instructions for building a kubernetes cluster where you can launch with helm or kubernetes.yaml using make and customizing Makefile.vars after cloning this repo:

git clone https://github.com/instantlinux/docker-tools.git
cd docker-tools/k8s
make wxcam-upload
Variables

This image is based on instantantlinux/proftpd; see the variables there as well as these.

VariableDefaultDescription
ANONYMOUS_DISABLEonno downloads from local ftp
CAMScam1names of webcams (space-delimited list)
INTERVAL5interval for transmitting to Weather Underground (minutes)
PASV_MAX_PORT30090docker-host port number range
PASV_MIN_PORT30081
UPLOAD_HOSTNAMEwebcam.wunderground.comdestination of image uploads
UPLOAD_PASSWORD_SECRETwunderground-user-passwordname of secret for API
UPLOAD_PATH/home/wx/uploadroot of uploaded files
UPLOAD_USERNAMErequiredWeather Underground API user
WXUSER_NAMEwxusername for wx upload
WXUSER_PASSWORD_SECRETwxuser-password-hashedname of secret for ftp user
WXUSER_UID2060uid of wx files
TZUTCtimezone
Secrets
SecretDescription
wunderground-user-passwordpassword for Weather Underground ftp server
wunderground-pw-camif you have more than one, use multiple entries
wxcam-password-hashedhashed password of
wxuser-password-hashedhashed password of ftp upload user

Tag summary

Content type

Image

Digest

sha256:4f0516e7d

Size

16.3 MB

Last updated

10 months ago

docker pull instantlinux/wxcam-upload