mikycol I would like to deploy a FastAPI application, I have configured a ProxyPort, but what is the right way to start the script and keep it running?
peter You should be able to run your FastAPI app on our platform without any issues, but not with a uWSGI app. Instead, you'll need to configure uvicorn to listen on your app's assigned port and then route that app to your site. We've got an example setup for uvicorn (including "start" and "stop" scripts) available here: HOWTO run an ASGI server on Opalstack