[PR #843] [MERGED] 1.5.0 #852

Closed
opened 2025-11-13 12:12:23 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/843
Author: @miloschwartz
Created: 6/5/2025
Status: Merged
Merged: 6/5/2025
Merged by: @miloschwartz

Base: mainHead: dev


📝 Commits (10+)

  • 1e55d96 add different driver
  • dc66ebe Merge branch 'dev' into postgres
  • b9a5d48 update to v3.4.0
  • 3ee4aaf log rotation with default values
  • edc8716 Merge pull request #735 from TuncTaylan/traefik-update
  • 8257300 Merge pull request #736 from TuncTaylan/traefik-log-rotation
  • 30ebbaa Merge branch 'dev' into postgres
  • 23b5dcf Update readme
  • 56fd366 Allow installer to run without sudo & only need it when need to install Docker
  • 0cfc4d7 Update for new dnf

📊 Changes

260 files changed (+6993 additions, -3641 deletions)

View changed files

.github/dependabot.yml (+46 -0)
📝 .gitignore (+1 -1)
📝 Dockerfile (+5 -3)
Dockerfile.pg (+37 -0)
📝 Makefile (+2 -0)
📝 README.md (+17 -13)
📝 docker-compose.example.yml (+1 -1)
drizzle.pg.config.ts (+12 -0)
📝 drizzle.sqlite.config.ts (+1 -1)
📝 install/config/config.yml (+1 -1)
📝 install/config/crowdsec/traefik_config.yml (+4 -0)
📝 install/config/docker-compose.yml (+1 -1)
📝 install/config/traefik/traefik_config.yml (+4 -0)
📝 install/main.go (+113 -9)
newt (+0 -0)
📝 next.config.mjs (+1 -1)
📝 package-lock.json (+3145 -2382)
📝 package.json (+66 -58)
📝 public/logo/pangolin_black.svg (+27 -25)
📝 public/logo/pangolin_orange.svg (+18 -35)

...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.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/pangolin/pull/843 **Author:** [@miloschwartz](https://github.com/miloschwartz) **Created:** 6/5/2025 **Status:** ✅ Merged **Merged:** 6/5/2025 **Merged by:** [@miloschwartz](https://github.com/miloschwartz) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`1e55d96`](https://github.com/fosrl/pangolin/commit/1e55d96376605b684b5553cd453863ae641e6729) add different driver - [`dc66ebe`](https://github.com/fosrl/pangolin/commit/dc66ebeed60d783e8228b609a5b5ab45ce6ec32e) Merge branch 'dev' into postgres - [`b9a5d48`](https://github.com/fosrl/pangolin/commit/b9a5d486b9addbe8a3aeb18990986f2fee062b33) update to v3.4.0 - [`3ee4aaf`](https://github.com/fosrl/pangolin/commit/3ee4aaf19413ca8131f49c3422dfd1fc05acabd4) log rotation with default values - [`edc8716`](https://github.com/fosrl/pangolin/commit/edc8716297bc2cefa362abf209b5b167b17fa447) Merge pull request #735 from TuncTaylan/traefik-update - [`8257300`](https://github.com/fosrl/pangolin/commit/825730052b5cc8c09ea04d6c2fad771103d7cf00) Merge pull request #736 from TuncTaylan/traefik-log-rotation - [`30ebbaa`](https://github.com/fosrl/pangolin/commit/30ebbaaef033bb159a7daddea122f4d930922d7e) Merge branch 'dev' into postgres - [`23b5dcf`](https://github.com/fosrl/pangolin/commit/23b5dcfbed93edad5d9b0f29b5dd037a586c1237) Update readme - [`56fd366`](https://github.com/fosrl/pangolin/commit/56fd366a7dd29ae33b7c2bf6b13b9a3bb79fc1c8) Allow installer to run without sudo & only need it when need to install Docker - [`0cfc4d7`](https://github.com/fosrl/pangolin/commit/0cfc4d7dad37fd78b6c020a76f7369632fa2a951) Update for new dnf ### 📊 Changes **260 files changed** (+6993 additions, -3641 deletions) <details> <summary>View changed files</summary> ➕ `.github/dependabot.yml` (+46 -0) 📝 `.gitignore` (+1 -1) 📝 `Dockerfile` (+5 -3) ➕ `Dockerfile.pg` (+37 -0) 📝 `Makefile` (+2 -0) 📝 `README.md` (+17 -13) 📝 `docker-compose.example.yml` (+1 -1) ➕ `drizzle.pg.config.ts` (+12 -0) 📝 `drizzle.sqlite.config.ts` (+1 -1) 📝 `install/config/config.yml` (+1 -1) 📝 `install/config/crowdsec/traefik_config.yml` (+4 -0) 📝 `install/config/docker-compose.yml` (+1 -1) 📝 `install/config/traefik/traefik_config.yml` (+4 -0) 📝 `install/main.go` (+113 -9) ➖ `newt` (+0 -0) 📝 `next.config.mjs` (+1 -1) 📝 `package-lock.json` (+3145 -2382) 📝 `package.json` (+66 -58) 📝 `public/logo/pangolin_black.svg` (+27 -25) 📝 `public/logo/pangolin_orange.svg` (+18 -35) _...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>
GiteaMirror added the pull-request label 2025-11-13 12:12:23 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#852