-
-
Notifications
You must be signed in to change notification settings - Fork 469
Enhancement #906/Support Multiple Domains/Hostnames per Resource #1346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement #906/Support Multiple Domains/Hostnames per Resource #1346
Conversation
d89cc8f to
241d49c
Compare
fcc4d22 to
3b036b4
Compare
c66e4bc to
61f73f9
Compare
df56c77 to
e9c7b08
Compare
|
Hey @Pallavikumarimdb sorry to close another one... Having given this thought we think we want to do two things:
Ill talk with you soon about 2nd one. |
|
@oschwartz10612 What's the status on this? I was considering working on it, but read through yours and @P6g9YHK6 (and other's discussions) on this feature. This is a must-have feature for me coming from NPM. Currently I'm having to create identical resources for www.domain.tld and domain.tld which is just silly imo. |
|
@mattv8 we plan to add a way to create a redirects table to redirect urls to resources or even other urls. Should come up soon. Multiple domains per resource not sure about yet because it has a implication across the whole application. |
|
Sounds good! If there's anything I can do to help (QC a PR) lmk 👍 |
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?