mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 05:09:18 -05:00
[PR #244] [MERGED] multiple domains, crowdsec, and more #5174
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/244
Author: @miloschwartz
Created: 2/27/2025
Status: ✅ Merged
Merged: 2/27/2025
Merged by: @miloschwartz
Base:
main← Head:dev📝 Commits (10+)
d22c782Add config filesa7b8ffaMerge branch 'dev' into crowdsec81c4199Complete bash migration60449afReorg; create crowdsec folder properly now6223894savebdee036Add name; Resolves #190b862e1aAdd h2c as target method; Resolves #1157bf820aClean off ports for 80 and 443 hostsdabd4a0Creating structure correctly532d369sync config managed domains to db📊 Changes
69 files changed (+4560 additions, -689 deletions)
View changed files
📝
config/config.example.yml(+5 -2)📝
docker-compose.example.yml(+3 -5)📝
install/Makefile(+17 -6)➕
install/config.go(+353 -0)📝
install/config/config.yml(+5 -1)➕
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(+3 -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)📝
package.json(+1 -1)📝
server/auth/actions.ts(+1 -0)...and 49 more files
📄 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
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.