Skip to content
New issue

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

[FEATURE] Provide url_prefix config parameter #32

Open
k0286 opened this issue Jan 8, 2024 · 1 comment
Open

[FEATURE] Provide url_prefix config parameter #32

k0286 opened this issue Jan 8, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@k0286
Copy link

k0286 commented Jan 8, 2024

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.

@k0286 k0286 added the bug Something isn't working label Jan 8, 2024
@danyi1212 danyi1212 added enhancement New feature or request and removed bug Something isn't working labels Sep 9, 2024
@danyi1212 danyi1212 self-assigned this Sep 9, 2024
@danyi1212
Copy link
Owner

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 🙂

@danyi1212 danyi1212 removed their assignment Oct 15, 2024
@danyi1212 danyi1212 added the good first issue Good for newcomers label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants