Replies: 1 comment 4 replies
-
Yes, the bridge looks for the totp file inside the container ( volumes:
- /path/to/my/totp_file:/tokens/totp |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! It may be because I am new to Docker, but I am having trouble getting the bridge to auto login using the TOTP secret key. I am running this in a docker container on Ubuntu Server. I've got everything setup so that it runs, and I get the cams to stream if I manually insert the code using "docker exec -it wyze-bridge sh -c 'echo "123456" > /tokens/mfa_token.txt' ". I have obtained a new secret key and am trying to set it up such that the TOTP code logs in on its own. I am putting the key in a file in the linux directory "/tokens/totp" , but it seems to still be waiting for the /tokens/mfa_token.txt to be populated. Is the "/tokens/totp" directory located inside the docker container? If so, which is the best way to put the secret key in there such that it generates on its own? Again, this is more my in-experience with docker, so any help is appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions