hbeemster Hi, Did anyone managed to deploy a FastAPi application? I would appreciate any pointers on how to do this, thanks in advance! Herbert.
klynton Hey Herbert, I haven't seen anyone running this here but I haven't looked too far. Since FastAPI requires a ASGI server your best option would probably be to create a Proxy Port application and then follow the installation guide here: https://fastapi.tiangolo.com/#installation Then configure the port that it listens on to be the port that was created with your Proxy Port application.