-
Notifications
You must be signed in to change notification settings - Fork 143
Description
I am requesting a router enhancement for R Cloud urls. Many customers would like to be able to serve content with their own branded domain and contextual path. An example of a service url for a Shiny page is as follows:
https://rcloud.web.att.com/shiny.html?notebook=6aeb54df08e2affe4b02f31c44de7015
Where many teams would like to be able to have something like this:
https://our.teams.host.name/shrinkage/report
The hostname part can be solved with a DNS update but providing a contextual path that is clean looking to customers I do not believe is feasible at this time.
My request is to implement a router function in the rcloud server. This router function would allow a user in the advanced menu to invoke a router wizard which allows the user to specify a path name at the for the RCloud host and then define how the platform should process that path. Using my simple example:
'shrinkage/report'
Would be resolved by the rcloud platform as:
'shiny.html?notebook=6aeb54df08e2affe4b02f31c44de7015'
All the requirements for this feature other than the simple case have been left intentionally vague other than the base example to permit flexibility of implementation if this feature enhancement is taken on...