Externalize Cockpit / Tasklist / Admin

Hi All,

We are working on a POC to externalize the Camunda UI of Cockpit / Tasklist / Admin to run on a separate web server (Nginx). So that UI would be hosted on a separate instance and the Camunda engine would be accessed from the cockpit/tasklist from the browser by the users using REST calls. We are currently analyzing ways to customize https://github.com/camunda/camunda-bpm-webapp to make that happen. I wanted to check with the broader forum if someone has done this already.

Thanks!

Out of interest - why do you want to do this?

We want the UI component to deployed separately, if its available as an angular component we can deploy it on nginx.