Feature: (Optional) Reverse Proxy Compression to Public Resources - #3579
Open
shleeable wants to merge 5 commits into
Open
Feature: (Optional) Reverse Proxy Compression to Public Resources#3579shleeable wants to merge 5 commits into
shleeable wants to merge 5 commits into
Conversation
shleeable
force-pushed
the
feature/enable-compress
branch
from
August 14, 2026 03:34
1234ebf to
1b77877
Compare
- Add enableCompress and compressExcludedContentTypes columns to pg and sqlite schemas - Add compress fields to getTraefikConfig query and resource mapping - Add compress middleware placeholder in traefik config generation - Add enableCompress and compressExcludedContentTypes to updateResource API schema - Add compression toggle and excluded content types textarea to HTTP settings UI - Add en-US translations for compression settings
shleeable
force-pushed
the
feature/enable-compress
branch
from
August 14, 2026 03:38
1b77877 to
099cd1b
Compare
shleeable
marked this pull request as ready for review
August 14, 2026 03:43
shleeable
requested review from
miloschwartz and
oschwartz10612
as code owners
August 14, 2026 03:43
Contributor
|
I assume this is an opt-in function or just blanket enable? For the traefik part. |
Contributor
|
Mm optional nvm me where I saw the pr of just "Add Reverse Proxy Compression Settings to Public Resources" |
Contributor
Author
|
optional per resource.. disabled by default |
Contributor
|
I still need to add edits into the post stuff for where I respond from. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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?
Validate with an active or new resource.
Note
I've created the migration files as 1.22.0.ts.compress as an example. as you'll likely have other migrations in place.