mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 13:49:15 -05:00
[PR #243] [MERGED] Crowdsec #2286
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/243
Author: @oschwartz10612
Created: 2/27/2025
Status: ✅ Merged
Merged: 2/27/2025
Merged by: @oschwartz10612
Base:
dev← Head:crowdsec📝 Commits (10+)
d22c782Add config filesa7b8ffaMerge branch 'dev' into crowdsec81c4199Complete bash migration60449afReorg; create crowdsec folder properly nowdabd4a0Creating structure correctlyd3d523bRefactor docker copy and keep entrypointse6c42e9Indent 2fd11fb8Remove some config5f95500Crowdsec installer works?f59f0eeMerge yaml files instead?📊 Changes
15 files changed (+1015 additions, -64 deletions)
View changed files
➕
install/config.go(+353 -0)📝
install/config/config.yml(+0 -0)➕
install/config/crowdsec/acquis.yaml(+18 -0)➕
install/config/crowdsec/docker-compose.yml(+35 -0)➕
install/config/crowdsec/dynamic_config.yml(+108 -0)➕
install/config/crowdsec/profiles.yaml(+25 -0)➕
install/config/crowdsec/traefik_config.yml(+87 -0)📝
install/config/docker-compose.yml(+2 -4)📝
install/config/traefik/dynamic_config.yml(+0 -0)📝
install/config/traefik/traefik_config.yml(+0 -0)➕
install/crowdsec.go(+121 -0)📝
install/go.mod(+1 -0)📝
install/go.sum(+3 -0)➕
install/input.txt(+12 -0)📝
install/main.go(+250 -60)📄 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
Implements a simple way to install Crowdsec using the installer
Closes #154
Closes #30
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.