mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-11 17:33:49 -05:00
[PR #1739] [MERGED] Add UI support for Proxy Protocol #1203
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/1739
Author: @Pallavikumarimdb
Created: 10/23/2025
Status: ✅ Merged
Merged: 10/27/2025
Merged by: @oschwartz10612
Base:
dev← Head:feat/add-proxy-protocol-support📝 Commits (5)
b5a931cUI and backend update to add proxy protocol supportac683c3add pg schema for proxy protocol58b6ab2Implement Proxy Protocol handling in Traefik config generator0743dafadd en-US for proxy protocol85270f4Restrict raw resources and use st from config📊 Changes
11 files changed (+219 additions, -41 deletions)
View changed files
📝
install/config/traefik/dynamic_config.yml(+9 -0)📝
messages/en-US.json(+12 -2)📝
server/db/pg/schema/schema.ts(+3 -1)📝
server/db/sqlite/schema/schema.ts(+4 -1)📝
server/lib/traefik/TraefikConfigManager.ts(+22 -5)📝
server/lib/traefik/getTraefikConfig.ts(+12 -2)📝
server/private/lib/traefik/getTraefikConfig.ts(+8 -2)📝
server/private/routers/hybrid.ts(+2 -1)📝
server/routers/resource/updateResource.ts(+3 -2)📝
server/routers/traefik/traefikConfigProvider.ts(+2 -1)📝
src/app/[orgId]/settings/resources/[niceId]/proxy/page.tsx(+142 -24)📄 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 Proxy Protocol configuration through the UI for TCP and UDP resources.
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.