Open SelfSufficient08 opened 3 years ago
Thank you! A project that leverages MFA without needing to interact with the console is https://github.com/mrlt8/docker-wyze-bridge
Multi-Factor Authentication Two-factor authentication ("Two-Step Verification" in the wyze app) is supported and will automatically be detected, however additional steps are required to enter your verification code.
Echo the verification code directly to /tokens/mfa_token by opening a second terminal window and using:
docker exec -it wyze-bridge sh -c 'echo "123456" > /tokens/mfa_token' Mount /tokens/ locally and add your verification code to a file named mfa_token:
volumes:
It would be neat to use the same process for MFA where you update the file with the MFA token while the container is running and the script waits for the value to update. Once it grabs the token, it clears the file so that it is empty for the next time it needs it. Also, I still think with the remember me option that it will lose its keys when creating with the Remove container process in docker. I know I am doing a terrible job describing this. Sorry
Sorry if this was covered but is there a directory that i can make persistent so that MFA doesn't need entered at each run/container cycle? Would be cool if the tool had the ability to also grab the picture/video details like date taken and location.
Great work on this. Thanks for sharing.