[PR #3157] Enable compression in Traefik by default #33489

Open
opened 2026-06-15 10:54:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/3157
Author: @shleeable
Created: 5/26/2026
Status: 🔄 Open

Base: mainHead: patch-3


📝 Commits (5)

📊 Changes

4 files changed (+15 additions, -0 deletions)

View changed files

📝 config/traefik/dynamic_config.yml (+5 -0)
📝 config/traefik/traefik_config.yml (+2 -0)
📝 install/config/traefik/dynamic_config.yml (+6 -0)
📝 install/config/traefik/traefik_config.yml (+2 -0)

📄 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

Enable the compress middleware by default for all http requests. (defaults are fine supporting modern zstd and falls back to gzip)

FYI: This is what I am running on my Pangolin... and mostly exists for reference depending on what path the dev team wants to head.

Update: That 250ms to 200ms is a nice drop as well....

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/3157 **Author:** [@shleeable](https://github.com/shleeable) **Created:** 5/26/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `patch-3` --- ### 📝 Commits (5) - [`b35f755`](https://github.com/fosrl/pangolin/commit/b35f755607742790ce63418abcd9f99b8bd3be85) Update dynamic_config.yml - [`b5f11c1`](https://github.com/fosrl/pangolin/commit/b5f11c13d69b56cb5fde8218993412dcf907ccb1) Update traefik_config.yml - [`0bd4b93`](https://github.com/fosrl/pangolin/commit/0bd4b9366c81cf40fd2c79f6bb9f7e94139453b6) Update traefik_config.yml - [`2a14c69`](https://github.com/fosrl/pangolin/commit/2a14c69b2434de36f1d057cb0cb70d7cb051ee16) Update dynamic_config.yml - [`6c010e6`](https://github.com/fosrl/pangolin/commit/6c010e6a513ad82866ced8c8630d9113c8000f9e) Update dynamic_config.yml ### 📊 Changes **4 files changed** (+15 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `config/traefik/dynamic_config.yml` (+5 -0) 📝 `config/traefik/traefik_config.yml` (+2 -0) 📝 `install/config/traefik/dynamic_config.yml` (+6 -0) 📝 `install/config/traefik/traefik_config.yml` (+2 -0) </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 Enable the compress middleware by default for all http requests. (defaults are fine supporting modern zstd and falls back to gzip) FYI: This is what I am running on my Pangolin... and mostly exists for reference depending on what path the dev team wants to head. Update: That 250ms to 200ms is a nice drop as well.... ## 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 2026-06-15 10:54:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#33489