Skip to content

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