quality-time icon indicating copy to clipboard operation
quality-time copied to clipboard

Can the functions of the frontend and www/proxy containers be moved to the API-server?

Open fniessink opened this issue 2 years ago • 1 comments

Research:

  • [ ] 1. Have the proxy component (i.e. nginx) serve the UI instead of the frontend container (make sure npm start for the frontend keeps working in a development context).
  • [ ] 2. Integrate the API server and the proxy component into one component that has nginx serving the bottle middleware.

Goal: have fewer run-time containers.

fniessink avatar Jun 30 '23 08:06 fniessink

How would this work in deployments where the Quality-time proxy component is replaced by a custom proxy, for instance in an private cloud?

fniessink avatar Feb 15 '24 10:02 fniessink