mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-12 01:44:06 -05:00
Crowdsec integration, #199
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 @FrostByte2 on GitHub (Mar 31, 2025).
Hi
I have wanted and tested Pangolin before and like the idea for it. I was just wondering as I can see that a Crowdsec has been added to the installer. Which is great. But I have crowdsec locally installed on my Ubuntu server where I want to host Pangolin. But as that will be in docker so I was wondering how I can integrate my local copy with the docker from Pangolin.
As I don't want to have two instances of Crowdsec running as I am already at the quota for 2 security engine's in the UI.
I am assuming that I will need to use something like the docker or traefik integration or collection to do this but if anyone has any ideas or knows of a good way to integrate that two I would much appreciate that. Or any instructions for next steps would be great. :)
Many Thanks
@miloschwartz commented on GitHub (Mar 31, 2025):
You can opt out of the Crowdsec install option in the installer.
You could try to cross-reference the configs we use for Crowdsec with yours and integrate the needed parts for Traefik. You can look at the installer here: https://github.com/fosrl/pangolin/tree/main/install/config/crowdsec
You could also try to install Crowdsec with our installer, then remove it from the docker compose stack, and tweak the config to point to the different installation.