How to persist the 2FA for weekly use? #290
Replies: 2 comments 1 reply
-
please refeer to #145 |
Beta Was this translation helpful? Give feedback.
1 reply
-
please continue the discussion on #145 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone 👋
I'm using the ghcr.io/gnzsnz/ib-gateway:latest Docker image and everything is working well — except for 2FA persistence.
Each week I want to restart the container without manually re-approving 2FA again on my phone.
I'm mounting volumes and using CUSTOM_CONFIG=yes as well, but still I get prompted again after restart.
Here’s a snippet of how I run the container programmatically:
I’m wondering:
What's the correct way to persist the 2FA token across container restarts?
Is there a specific file or volume that needs to be mounted to achieve that?
Is CUSTOM_CONFIG required for this, or can it work with the default image setup?
Thanks so much in advance 🙏
Any guidance or working examples would be really appreciated!
Beta Was this translation helpful? Give feedback.
All reactions