fresh2dev / ShinyStudio

A fully Dockerized, self-hosted development environment for teams. Develop where you serve.
https://hub.docker.com/r/dm3ll3n/shinystudio
MIT License
242 stars 40 forks source link

Template customizations #12

Closed jamiebono closed 5 years ago

jamiebono commented 5 years ago

It seems like the locations for custom page templates moved during the last update. Is there some other way to customize them?

fresh2dev commented 5 years ago

The template was moved here:

https://github.com/dm3ll3n/ShinyStudio-Image/tree/master/configs/shinyproxy

ShinyProxy expects the layout to be here, so you can either bind-mount the directory or copy it into the image using the Dockerfile.

/opt/shinyproxy/templates/grid-layout

jamiebono commented 5 years ago

Thank you!