[GH-ISSUE #826] [feature] multiple Subdomains for a Resource #29486

Closed
opened 2026-06-13 09:20:46 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @BlackQube on GitHub (Jun 2, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/826

It would be great to be able to set multiple Subdomains for a Resource, like

  • vault.domain.tld
  • vaultwarden.domain.tld

or even for different Domains (I can see why this could be more complex with the ssl certificate handling)

  • vault.domain1.tld
  • vault.domain2.tld

without createing different resources for each subdomain.

I use some Apps, setup with multiple Subdomains currently with NginxProxyManager.

Originally created by @BlackQube on GitHub (Jun 2, 2025). Original GitHub issue: https://github.com/fosrl/pangolin/issues/826 It would be great to be able to set multiple Subdomains for a Resource, like - vault.domain.tld - vaultwarden.domain.tld or even for different Domains (I can see why this could be more complex with the ssl certificate handling) - vault.domain1.tld - vault.domain2.tld without createing different resources for each subdomain. I use some Apps, setup with multiple Subdomains currently with NginxProxyManager.
GiteaMirror added the stale label 2026-06-13 09:20:46 -05:00
Author
Owner

@absynth42 commented on GitHub (Jun 6, 2025):

This would also be helpful when proxying traditional web sites (blogs etc.), which usually have https://domain.com and https://www.domain.com/ associated with each other.
To help with SEO (canonical domains), I'd suggest to implement this as "primary hostname" and "secondary hostnames" (which then get 302 redirected).

<!-- gh-comment-id:2948256018 --> @absynth42 commented on GitHub (Jun 6, 2025): This would also be helpful when proxying traditional web sites (blogs etc.), which usually have https://domain.com and https://www.domain.com/ associated with each other. To help with SEO (canonical domains), I'd suggest to implement this as "primary hostname" and "secondary hostnames" (which then get 302 redirected).
Author
Owner

@github-actions[bot] commented on GitHub (Jun 21, 2025):

This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.

<!-- gh-comment-id:2993190196 --> @github-actions[bot] commented on GitHub (Jun 21, 2025): This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#29486