From 2c6cf786c151118232533a6cfbc769ce1514aa9e Mon Sep 17 00:00:00 2001 From: Dan Rostovtsev Date: Mon, 16 Mar 2026 16:02:54 -0400 Subject: Simple bash script deployment of client portal gateway. --- resources/clientportal.gw.zip | Bin 0 -> 10542956 bytes resources/custom.yaml | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 resources/clientportal.gw.zip create mode 100644 resources/custom.yaml (limited to 'resources') diff --git a/resources/clientportal.gw.zip b/resources/clientportal.gw.zip new file mode 100644 index 0000000..91586c5 Binary files /dev/null and b/resources/clientportal.gw.zip differ diff --git a/resources/custom.yaml b/resources/custom.yaml new file mode 100644 index 0000000..302fe5b --- /dev/null +++ b/resources/custom.yaml @@ -0,0 +1,28 @@ + ip2loc: "US" + proxyRemoteSsl: true + proxyRemoteHost: "https://api.ibkr.com" + listenPort: 5000 + listenSsl: false + ccp: false + svcEnvironment: "v1" + authDelay: 3000 + portalBaseURL: "" + serverOptions: + blockedThreadCheckInterval: 1000000 + eventLoopPoolSize: 20 + workerPoolSize: 20 + maxWorkerExecuteTime: 100 + internalBlockingPoolSize: 20 + cors: + origin.allowed: "*" + allowCredentials: false + webApps: + - name: "demo" + index: "index.html" + ips: + allow: + - 192.* + - 131.216.* + - 127.0.0.1 + deny: + - 212.90.324.10 -- cgit v1.3