I currently have 2 shinyproxy servers (1 public, 1 with auth) running on a single machine. I use Nginx to route traffic to the ports each shinyproxy docker container is running on via domain paths like https://mydomain.com/public and https://mydomain.com/secure (I add the appropriate context-path to each shinyproxy config). I also have some other services running on other ports that Nginx directs requests to. I have SSL setup using certbot.
Having seen the news that the shinyproxy operator is now available with docker and can be used to host multiple shinyproxy server instances like my use case above, I’d like to try this out and benefit from all the addition features it offers. But I’m currently confused as to how to migrate my current setup to an operator setup…
Can I still use my Nginx reverse proxy to direct traffic to the shinyproxy operator? What port does it run on? Can I use my current SSL certs or does the operator create its own? If I launch 2 separate shinyproxy servers on the operator, how do you access each and what would the domain path look like?
Thanks!