Point arbitrary domains to a cloudron app?
-
How can I get a Cloudron app to receive requests without adding an alias?
For example, I would like to setup
cname.myapp.cloudron.domainand allow users of the app to point their domains there (i.e. a user can make aCNAMErecord forsub.theirsite.comtocname.myapp.cloudron.domain).In some way I'm asking an old question but instead of static files I want to deploy a node.js app that responds dynamically.
-
Technically, how will cloudron serve up a secure site without even knowing a domain? It won't have the certificate for this unknown dynamic domain.
@joseph said in Point arbitrary domains to a cloudron app?:
Technically, how will cloudron serve up a secure site without even knowing a domain? It won't have the certificate for this unknown dynamic domain.
True. I think I'm trying to emulate how PaaS platforms let you add a domain with https, but doing it at the app level instead of the platform (cloudron) level. I was thinking yesterday maybe the Cloudron API can add them and provision certificates behind the scenes.