You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the suggestion! I'll add it to the plan.
That should require adding a new setting to the settings.py (and documenting it on CONFIGURATION.md), then using it inside app.py to configure the URL Prefix for the entire FastAPI app.
You are more than welcome to attempt it yourself and open a PR for this repo, and I'll happily include it in later releases 🙂
I want to integrate celery-insights into my project. So I have to set the celery-insights behind a reverse proxy.
But currently, celery-insight doesn't provide a way to customize URLs.
I hope there is an option parameter in configuration file that let user can set the url_prefix like flower does.
The text was updated successfully, but these errors were encountered: