After reading through the README file, I'm confused on what this project is even supposed to be: a stack for crowdsec, or an independent manager WebUI/app
The repository name is "crowdsec_manager", but everything within the README includes the configuration for a stack rather than the manager webapp instead. Why does this project try to push a stack with pangolin and Traefik on me when I'm here for a crowdsec manager?
Trying to run it independently, I don't understand the what this project requires/is trying to be either, so here are a few questions
- Is this project like a wrapper on top of crowdsec, or is it an independent WebUI
- Why does it need access to docker.sock? (why is container status even needed in a crowdsec manager webapp?)
- Why does it use port 8080 when it's the default for crowdsec's LAPI?
- In the independent docker compose file, where did the LAPI variable go?
After reading through the README file, I'm confused on what this project is even supposed to be: a stack for crowdsec, or an independent manager WebUI/app
The repository name is "crowdsec_manager", but everything within the README includes the configuration for a stack rather than the manager webapp instead. Why does this project try to push a stack with pangolin and Traefik on me when I'm here for a crowdsec manager?
Trying to run it independently, I don't understand the what this project requires/is trying to be either, so here are a few questions