mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 06:08:33 -05:00
[PR #1175] [CLOSED] Fix to issues with binding to ports other than 80/443 for web resources #21705
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/1175
Author: @Error-Gap
Created: 7/31/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
c573bb1Fix to issues with binding to ports other than 80/443 for web resources📊 Changes
3 files changed (+20 additions, -7 deletions)
View changed files
📝
server/routers/badger/exchangeSession.ts(+9 -2)📝
server/routers/badger/verifySession.ts(+4 -5)📝
src/app/auth/resource/[resourceId]/page.tsx(+7 -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
Fix to issues with binding to ports other than 80/443 for HTTP/HTTPS web resources
How to test?
When running from docker, bind the ports in docker-compose with something other than 443:443 and 80:80
(in my case I also changed the "entrypoints" ports for traefik but this may not be necessary)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.