Self Host Deployment: Ingress support

Hi, is prodigy supporting ingress?
How can we handle a different base path, e.g. access it from my-domain.example.com/prodigy?

Prodigy doesn't support Ingress directly. It's just a self contained application. I'd recommend our deployment docs for building a Prodigy container Deploying Prodigy · Prodigy · An annotation tool for AI, Machine Learning & NLP. Then you can take that docker image and compose it in some other system.

I'd recommend taking a look at Nginx or Traefik.