Point arbitrary domains to a cloudron app?
Feature Requests
2
Posts
2
Posters
13
Views
2
Watching
-
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.