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.
## 📋 Pull Request Information
**Original PR:** https://github.com/fosrl/pangolin/pull/636
**Author:** [@miloschwartz](https://github.com/miloschwartz)
**Created:** 5/2/2025
**Status:** ✅ Merged
**Merged:** 5/2/2025
**Merged by:** [@miloschwartz](https://github.com/miloschwartz)
**Base:** `main` ← **Head:** `dev`
---
### 📝 Commits (10+)
- [`a76e3e0`](https://github.com/fosrl/pangolin/commit/a76e3e00f7804e97e842c4508172d996e6f4f0fb) openapi test
- [`d260450`](https://github.com/fosrl/pangolin/commit/d260450a84c6f42777a82bc794d9e9fdc430a69d) add openapi registers
- [`a708750`](https://github.com/fosrl/pangolin/commit/a708750feada43deb0be9a2770571319d7ccb801) Increase retries to 15
- [`aa45150`](https://github.com/fosrl/pangolin/commit/aa45150c518dd922dcb2a77a5c7f223671f1fde3) Add supporter message feature
- [`9ea3778`](https://github.com/fosrl/pangolin/commit/9ea37789d63313f463700f0bd71ba9e2e80e61c2) Applied Prettier formatting
- [`b2faeb3`](https://github.com/fosrl/pangolin/commit/b2faeb3c17a3914f24f8a5d91d277d4d47a35089) Added some more pizazz to the thank you message
- [`f078ee6`](https://github.com/fosrl/pangolin/commit/f078ee6051114260401d3a131d05def462b77112) Merge branch 'main' into dev
- [`23a68fb`](https://github.com/fosrl/pangolin/commit/23a68fbc10a1eba8f2a3f0eaca1de4f8d1ff4e60) Add confetti on valid key and make thank you less intrusive
- [`787a172`](https://github.com/fosrl/pangolin/commit/787a172a7c14cd678641bc9bc6bde6fab513463e) Merge pull request #477 from grokdesigns/feature-add-sponsor-message
- [`7fd1652`](https://github.com/fosrl/pangolin/commit/7fd1652a71ff5695567f74f59f4520e89c96443a) Update libraries to resolve critical security findings
### 📊 Changes
**291 files changed** (+24640 additions, -10592 deletions)
<details>
<summary>View changed files</summary>
📝 `.gitignore` (+1 -0)
📝 `Dockerfile` (+6 -4)
📝 `LICENSE` (+32 -0)
📝 `README.md` (+44 -39)
📝 `config/config.example.yml` (+1 -0)
📝 `docker-compose.example.yml` (+1 -1)
📝 `esbuild.mjs` (+1 -0)
📝 `install/config/config.yml` (+1 -0)
📝 `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` (+69 -130)
📝 `internationalization/de.md` (+20 -0)
➕ `internationalization/tr.md` (+310 -0)
📝 `package-lock.json` (+5791 -7279)
📝 `package.json` (+30 -12)
📝 `postcss.config.mjs` (+1 -1)
📝 `public/screenshots/collage.png` (+0 -0)
➕ `public/screenshots/hero.png` (+0 -0)
_...and 80 more files_
</details>
### 📄 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?
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/636
Author: @miloschwartz
Created: 5/2/2025
Status: ✅ Merged
Merged: 5/2/2025
Merged by: @miloschwartz
Base:
main← Head:dev📝 Commits (10+)
a76e3e0openapi testd260450add openapi registersa708750Increase retries to 15aa45150Add supporter message feature9ea3778Applied Prettier formattingb2faeb3Added some more pizazz to the thank you messagef078ee6Merge branch 'main' into dev23a68fbAdd confetti on valid key and make thank you less intrusive787a172Merge pull request #477 from grokdesigns/feature-add-sponsor-message7fd1652Update libraries to resolve critical security findings📊 Changes
291 files changed (+24640 additions, -10592 deletions)
View changed files
📝
.gitignore(+1 -0)📝
Dockerfile(+6 -4)📝
LICENSE(+32 -0)📝
README.md(+44 -39)📝
config/config.example.yml(+1 -0)📝
docker-compose.example.yml(+1 -1)📝
esbuild.mjs(+1 -0)📝
install/config/config.yml(+1 -0)📝
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(+69 -130)📝
internationalization/de.md(+20 -0)➕
internationalization/tr.md(+310 -0)📝
package-lock.json(+5791 -7279)📝
package.json(+30 -12)📝
postcss.config.mjs(+1 -1)📝
public/screenshots/collage.png(+0 -0)➕
public/screenshots/hero.png(+0 -0)...and 80 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.