Skip to content

Portainer

mrlt8 edited this page Apr 15, 2022 · 9 revisions

Add docker-wzye-bridge as a Portainer stack

  1. Go to the Stacks page
  2. Select the + Add Stack button
  3. Give your stack a name (e.g. "wyze-bridge")
  4. Select git Repository under Build method
  5. Set Repository URL as:
https://github.com/mrlt8/docker-wyze-bridge
  1. Set Repository reference
refs/heads/main
  1. Set Compose path as:
docker-compose.sample.yml
  1. Select Add an environment variable and set the name as WYZE_EMAIL and set the value as your wyze email
  2. Select Add an environment variable again and set the name as WYZE_PASSWORD and set the value as your wyze password
  3. Select Deploy the stack

See Portainer documentation for additional info: https://docs.portainer.io/v/ce-2.11/user/docker/stacks/add#option-3-git-repository

Multi-Factor Authentication

If you have Multi-Factor Authentication enabled on your wyze account ("Two-Step Verification" in the wyze app), you'll need to enter your verification code when you login.

  1. Find the console icon in Quick Actions for your container (can also be found on the Container Details page):

    quick
  2. Use the default setting and Connect.

  3. Add you verification code to the container using:

echo "123456" > /tokens/mfa_token
Clone this wiki locally