Skip to content

Tentative reverse proxy fix #501

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Tentative reverse proxy fix #501

wants to merge 1 commit into from

Conversation

pulsar-git
Copy link

Summary of changes

  • added the possibility to run gdbgui behind a reverse proxy

Precaution

  • x_for=1 and x_prefix=1 by default should probably be user configurable
  • position in templates could have side effect

Tests

tested with docker compose with traefik:v2.10 and those labels

gdbgui:
    ......
    labels:
             - "traefik.enable=true"
             - "traefik.http.routers.gdbgui.rule=PathPrefix(`/gdbgui`)"
             - "traefik.http.routers.gdbgui.entrypoints=web"
             - "traefik.http.middlewares.gdbgui-strip.stripPrefix.prefixes=/gdbgui"
             - "traefik.http.routers.gdbgui.middlewares=gdbgui-strip"

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.

1 participant