FreeTAKTeam / UI

FreeTAKServer Web User Interface project
MIT License
30 stars 29 forks source link

WebUI: Make WebUI docker- and reverse proxy- friendly #33

Closed sgofferj closed 9 months ago

sgofferj commented 3 years ago

Currently, the WebUI doesn't seem to be very rproxy friendly. It needs to be told the IP for the API(?) in the environment variable IP. The UI then only connects back to this IP. As a consequence, the UI cannot be multihomed and it cannot be accessed through a reverse proxy. That makes life quite hard for admins who like to run FTS in a secure way in a docker environment behind a reverse proxy, even more so if it should handle SSL encryption.

RadioAndrea commented 9 months ago

The current setup listens to the catch-all address, as far as I can tell.

Additional ip is no longer hard coded, and can be set in the config file.

New docker fixes allow working with the config file.