Enhancement #906/Support Multiple Domains/Hostnames per Resource #1016

Closed
opened 2026-04-05 18:07:28 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Pallavikumarimdb on 8/25/2025

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

  • Multiple Domains per Resource
    • Users can now specify more than one domain for a single resource.
  • Two Host Modes
    1. Primary Domain Redirect Mode
      • Allows selecting one domain as the primary.
      • All other assigned domains are redirected (HTTP 301) to the primary domain.
      • Helps maintain canonical URLs & SEO consistency.
    2. Multi-Domain Mode
      • All assigned domains serve the resource directly.
      • No redirects performed — each domain remains independently accessible.
image

How to test?

*Originally created by @Pallavikumarimdb on 8/25/2025* ## 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 * **Multiple Domains per Resource** * Users can now specify more than one domain for a single resource. * **Two Host Modes** 1. **Primary Domain Redirect Mode** * Allows selecting one domain as the primary. * All other assigned domains are redirected (HTTP 301) to the primary domain. * Helps maintain canonical URLs & SEO consistency. 2. **Multi-Domain Mode** * All assigned domains serve the resource directly. * No redirects performed — each domain remains independently accessible. <img width="1558" height="848" alt="image" src="https://github.com/user-attachments/assets/b73e7cc9-0682-4c75-9264-7a5fa69a327f" /> ## How to test?
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1016