Webcam image uploader for Weather Underground
4.5K
This wraps an upload script along with proftpd for publishing still images from network-attached webcams to the Weather Underground webcam server.
DEPRECATED - IBM discontinued webcam for Wunderground Oct 2021.
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
This image is based on instantantlinux/proftpd; see the variables there as well as these.
| Variable | Default | Description |
|---|---|---|
| ANONYMOUS_DISABLE | on | no downloads from local ftp |
| CAMS | cam1 | names of webcams (space-delimited list) |
| INTERVAL | 5 | interval for transmitting to Weather Underground (minutes) |
| PASV_MAX_PORT | 30090 | docker-host port number range |
| PASV_MIN_PORT | 30081 | |
| UPLOAD_HOSTNAME | webcam.wunderground.com | destination of image uploads |
| UPLOAD_PASSWORD_SECRET | wunderground-user-password | name of secret for API |
| UPLOAD_PATH | /home/wx/upload | root of uploaded files |
| UPLOAD_USERNAME | required | Weather Underground API user |
| WXUSER_NAME | wx | username for wx upload |
| WXUSER_PASSWORD_SECRET | wxuser-password-hashed | name of secret for ftp user |
| WXUSER_UID | 2060 | uid of wx files |
| TZ | UTC | timezone |
| Secret | Description |
|---|---|
| wunderground-user-password | password for Weather Underground ftp server |
| wunderground-pw-cam | if you have more than one, use multiple entries |
| wxcam-password-hashed | hashed password of |
| wxuser-password-hashed | hashed password of ftp upload user |
Content type
Image
Digest
sha256:4f0516e7d…
Size
16.3 MB
Last updated
10 months ago
docker pull instantlinux/wxcam-upload