[PR #1739] [MERGED] Add UI support for Proxy Protocol #1203

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

📋 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: devHead: feat/add-proxy-protocol-support


📝 Commits (5)

  • b5a931c UI and backend update to add proxy protocol support
  • ac683c3 add pg schema for proxy protocol
  • 58b6ab2 Implement Proxy Protocol handling in Traefik config generator
  • 0743daf add en-US for proxy protocol
  • 85270f4 Restrict 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/pangolin/pull/1739 **Author:** [@Pallavikumarimdb](https://github.com/Pallavikumarimdb) **Created:** 10/23/2025 **Status:** ✅ Merged **Merged:** 10/27/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `dev` ← **Head:** `feat/add-proxy-protocol-support` --- ### 📝 Commits (5) - [`b5a931c`](https://github.com/fosrl/pangolin/commit/b5a931c96e15d6426834370d753f0d53eded9120) UI and backend update to add proxy protocol support - [`ac683c3`](https://github.com/fosrl/pangolin/commit/ac683c3ff761c3eab684515fbdeddc813d50f727) add pg schema for proxy protocol - [`58b6ab2`](https://github.com/fosrl/pangolin/commit/58b6ab26013399422dc2e31366cc27d385008f5b) Implement Proxy Protocol handling in Traefik config generator - [`0743daf`](https://github.com/fosrl/pangolin/commit/0743daf56ab8dc1b6ad6b352638e66bc37306b59) add en-US for proxy protocol - [`85270f4`](https://github.com/fosrl/pangolin/commit/85270f497a0cba587f6c86c81926cdf0a7df27dc) Restrict raw resources and use st from config ### 📊 Changes **11 files changed** (+219 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `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) </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 Proxy Protocol configuration through the UI for TCP and UDP resources. ## 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:20:25 -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#1203