Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TWS Gateway Config UI does not show restrat #115

Open
AliMoeen opened this issue Feb 9, 2025 · 0 comments
Open

TWS Gateway Config UI does not show restrat #115

AliMoeen opened this issue Feb 9, 2025 · 0 comments

Comments

@AliMoeen
Copy link

AliMoeen commented Feb 9, 2025

Hello,

I am planning to config TWS Gateway such that it asks for MFA only once a week.

I deploy the ibkr container with the following docker compose file:

services:
  ibkr:
    container_name: ibkr_live
    image: ghcr.io/extrange/ibkr:10.30.1t
    ports:
      - "6070:6080" # noVNC browser access
      - "7888:8888" # API access
    ulimits:
      nofile: 10000
    environment:
      USERNAME: ${USERNAME_1}
      PASSWORD: ${PASSWORD}
      TZ: America/New_York
      GATEWAY_OR_TWS: gateway
      IBC_TradingMode: live
      IBC_ReadOnlyApi: 'yes'
      IBC_AcceptNonBrokerageAccountWarning: 'yes'
      TWOFA_TIMEOUT_ACTION: restart
    restart: unless-stopped  # Options: no, always, on-failure, unless-stopped


Please note the TWOFA_TIMEOUT_ACTION: restart env variable

However, in the UI when I go to Auto Logoff timer, I see Auto Restart is not selected:

Image

I wonder if I missed anything or this is how it should be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant