mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 05:39:49 -05:00
[PR #558] [MERGED] Added dependency of crowdsec to traefik and relaxed its health check #825
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?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/558
Author: @TuncTaylan
Created: 4/21/2025
Status: ✅ Merged
Merged: 4/29/2025
Merged by: @oschwartz10612
Base:
dev← Head:main📝 Commits (6)
c837899Relaxed health check for crowdsec and dependance to traefik181071erefactoring multiple used code parts, cleared some warnings and added more error checking87915f2correct formated the file6fd1dbcsome more warning about indirect requirements419bacfcheck and add the service dependency of crowdsec to traefik5d6e15bindentation fix📊 Changes
5 files changed (+124 additions, -133 deletions)
View changed files
📝
install/config/crowdsec/docker-compose.yml(+3 -0)📝
install/crowdsec.go(+64 -0)📝
install/go.mod(+4 -3)📝
install/go.sum(+1 -0)📝
install/main.go(+52 -130)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
Add dependancy on crowdsec for traefik and more relaxed health check for crowdsec, to prevent zombie traefik bouncers when starting the stack up.
Otherwise there are always "loose" or duplicate traefik bouncer plugins (check the last api pull dates):
How to test?
Just run the installer and do a docker-compose.yaml comparison.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.