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

add reverse proxy for flower #2998

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rrgeorge
Copy link

This adds a reverse proxy to flower from the admin dashboard so that you don't need to have a separate login for flower. Unfortunately, it relies on django-revproxy, and the current version (0.10.0 on pypi is outdated and does not work with the current version of Django. A fork has been updated to work django-revproxy 0.11.0 and can manually be installed via venv/bin/pip install git+https://github.com/jazzband/django-revproxy.git
Because of this complication, I'm only submitting this as draft pr, maybe someone has an idea on how to make this work without manual intervention?

@Thovi98
Copy link

Thovi98 commented Jan 4, 2024

It seems to have been updated since then?
https://pypi.org/project/django-revproxy/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants