Sign inSign up

tonyapuzzo/vesync-wsproxy

By tonyapuzzo

Updated almost 9 years ago

Websocket Proxy for Vesync wifi outlets

Image
0

472

tonyapuzzo/vesync-wsproxy repository overview

Usage

First arrange to have your local DNS return the IP address of your docker server for "server2.vesync.com" and then:

docker run --rm \
    -p 16522:16522 -p 17273:17273 \
    tonyapuzzo/vesync-wsproxy

If you have your own config.json and don't want to use the sample, do something like:

echo "{}" > config.json
docker run --rm \
    -v C:\Users\tonya\config.json:/home/node/app/config.json \
    -p 16522:16522 \
    tonyapuzzo/vesync-wsproxy

Tag summary

Content type

Image

Digest

Size

41.2 MB

Last updated

almost 9 years ago

docker pull tonyapuzzo/vesync-wsproxy