Websocket Proxy for Vesync wifi outlets
472
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
Content type
Image
Digest
Size
41.2 MB
Last updated
almost 9 years ago
docker pull tonyapuzzo/vesync-wsproxy