mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-14 10:54:13 -05:00
[PR #1346] [CLOSED] Enhancement #906/Support Multiple Domains/Hostnames per Resource #1038
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/1346
Author: @Pallavikumarimdb
Created: 8/25/2025
Status: ❌ Closed
Base:
dev← Head:enhancement-#906/multiple-hostnames📝 Commits (10+)
ef4da05UI to add multiple domains per resources5aaa3e6initial backend codea1d06c0update and add multiple domains9cfe369pg schema7fc71c8pg schema fix1d70e32createdAt data to default41abee3remove auto date update84af39fupdate domain utils5bffa08fix lint37a847bfix mixed type📊 Changes
10 files changed (+1656 additions, -289 deletions)
View changed files
📝
server/db/pg/schema.ts(+24 -4)📝
server/db/sqlite/schema.ts(+23 -3)📝
server/lib/domainUtils.ts(+43 -23)📝
server/routers/resource/createResource.ts(+143 -26)📝
server/routers/resource/getResource.ts(+51 -9)📝
server/routers/resource/updateResource.ts(+322 -58)📝
server/routers/traefik/getTraefikConfig.ts(+175 -16)📝
src/app/[orgId]/settings/resources/[niceId]/general/page.tsx(+560 -123)📝
src/app/[orgId]/settings/resources/create/page.tsx(+234 -25)📝
src/components/DomainPicker.tsx(+81 -2)📄 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
1. This PR implements the
2.2 Multiple Hostnames for a Single Resource, addressing issue #906.2. Support Multiple Domains per Resource with Primary Domain Redirect Option, addressing issue #1243.
🔑 Key Features
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.