Multiple user portal domains
-
I use multiple domains from the same Cloudron instance. That means different user bases share the same instance, unknowingly of each other. However they still need to use the contextually unrelated
my.myownunrelateddomain.tld
for logins.Can I serve the user portal from multiple domains instead of having to choose one?
-
@yusf Oh!
Maybe add a CNAME
my.domain2.com -> my.portal.tld
The CNAME will redirect to my.portal.tld automatically allowing users to go to my.domain2.com
-
-
-
@yusf said in Multiple user portal domains:
However they still need to use the contextually unrelated my.myownunrelateddomain.tld for logins.
Do they really though?
(I actually assume yes in your case, but just to tease out more info...)
I mean, users could just go to the apps directly and login there, no? i.e. I'm pretty sure my users can login directly at chat.uniteddiversity.coop without having login at my.uniteddiversity.org first.
What's the use case? Is it that you want them to have a dashboard with links to all their various apps? Or is this for users who are able to install more app on their domain etc?