Using docker file for ib gateway

This commit is contained in:
2026-06-20 02:06:20 -07:00
parent 83c28518d5
commit e396586765
11 changed files with 208 additions and 28 deletions
+7 -5
View File
@@ -1,9 +1,11 @@
# ibgw
## Install
## Usage
Run the command below in the Proxmox VE Shell or a VM to install ibgw.
1. Copy `.env.template` to `.env` and fill out empty fields
2. Run `./start.sh`
3. VNC running on port 5900 for troubling shooting bugs
```bash
bash -c "$(curl -fsSL http://192.168.1.174:3000/alphane/ibgw/raw/branch/main/ibgw.sh)"
```
## References
- <https://github.com/gnzsnz/ib-gateway-docker>