We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, first of all, great work on this project!
I am trying to get it working behind a proxy that will forward request from /whisper
/whisper
Following FastAPI docs I have been able to run the API properly.
My docker entrypoint now looks like this
uvicorn --host 0.0.0.0 --port 9000 --workers 1 app.webservice:app --root-path /whisper
One downside is that OpenAPI UI doesn't load properly as it always listen on /docs instead of /whisper/docs
/docs
/whisper/docs
I am not familiar with FastAPI library thus I have not been yet able to make it work, do you have a suggestion ?
I will be happy to provide a PR to support this feature, once sorted out.
Thank you Kind regards
The text was updated successfully, but these errors were encountered:
Ok got it sorted out somehow. Let me know if it make sense to you. Thanks!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi,
first of all, great work on this project!
I am trying to get it working behind a proxy that will forward request from
/whisper
Following FastAPI docs I have been able to run the API properly.
My docker entrypoint now looks like this
uvicorn --host 0.0.0.0 --port 9000 --workers 1 app.webservice:app --root-path /whisper
One downside is that OpenAPI UI doesn't load properly as it always listen on
/docs
instead of/whisper/docs
I am not familiar with FastAPI library thus I have not been yet able to make it work, do you have a suggestion ?
I will be happy to provide a PR to support this feature, once sorted out.
Thank you
Kind regards
The text was updated successfully, but these errors were encountered: