I'd like to be able to mount the API app on my existing FastAPI app to access the dashboard. This would simplify deployment - one less service and no need for a reverse proxy. Though I'm not sure if it would play well with the plugin architecture in general.
I'd like to be able to mount the API app on my existing FastAPI app to access the dashboard. This would simplify deployment - one less service and no need for a reverse proxy. Though I'm not sure if it would play well with the plugin architecture in general.