mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-21 17:34:41 -05:00
[PR #515] [MERGED] updated the traefik image and crowdsec-bouncer-traefik-plugin for bigger files #17343
Reference in New Issue
Block a user
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/515
Author: @TuncTaylan
Created: 4/11/2025
Status: ✅ Merged
Merged: 4/12/2025
Merged by: @oschwartz10612
Base:
main← Head:main📝 Commits (1)
dd8c426updated the traefik image to v3.3.5📊 Changes
3 files changed (+3 additions, -2 deletions)
View changed files
📝
install/config/crowdsec/dynamic_config.yml(+1 -0)📝
install/config/crowdsec/traefik_config.yml(+1 -1)📝
install/config/docker-compose.yml(+1 -1)📄 Description
updated the traefik image to v3.3.5
updated the crowdsec-bouncer-traefik-plugin to v1.4.2
added default crowdsecAppsecBodyLimit value of 10MB for bigger files
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
See the issue https://github.com/fosrl/pangolin/issues/436#top
and my latest comment https://github.com/fosrl/pangolin/issues/436#issuecomment-2797924344
With a setup pangolin and crowdsec the traefik process gets oom'ed with bigger file uploads (minio, nextcloud, immich, etc.).
There is an attribute
crowdsecAppsecBodyLimitfor the crowdsec-bouncer-traefik-plugin, that adjust the body size of the uploaded files, but it was first implemented in the version v1.4.0.How to test?
Just setup pangolin with crowdsec and use a service like Minio and try to upload some bigger files, like 1GB. It crashes the traefik process with a VM/VPS with 1 CPU core and 1GB memory.
With the adjustment in this PR there is no need to upgrade the memory of the VPSs.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.