mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-21 09:21:15 -05:00
Confusion about Badger configuration #269
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Sav3k on GitHub (Apr 24, 2025).
Hey there, first let me say, i love the project!
But when setting it up the last few days i stumbled about the Badger section in the docs stating:
But the learn how to set up link just leads to the Github page of the project. I used the install script as per documentation and everything works fine - including authentication before accessing resources. But the stated configuration is nowhere to be found in the traefik config, albeit the plugin is mentioned in the static config:
experimental: plugins: badger: moduleName: "github.com/fosrl/badger" version: "v1.1.0"Just want to remove some ambiguity here!
Thank you :)
@oschwartz10612 commented on GitHub (Apr 24, 2025):
Hi! Yeah there is no badger config that is necessary after install like this. That is confusing. What would you think about trying to open a PR in our fosrl/docs repo to fix this?
@miloschwartz commented on GitHub (Apr 24, 2025):
To clarify what is going on:
You only need to install badger by doing
experimental: plugins: badger: moduleName: "github.com/fosrl/badger" version: "v1.1.0"because Pangolin provides the config to the middleware when it generates the Traefik config and serves it via the http provider.@github-actions[bot] commented on GitHub (May 9, 2025):
This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
@github-actions[bot] commented on GitHub (May 24, 2025):
This issue has been automatically closed due to inactivity. If you believe this is still relevant, please open a new issue with up-to-date information.