skadauke / rwb-train

A Docker image for an RStudio Workbench Training Environment with Preconfigured Training Accounts
MIT License
0 stars 2 forks source link

Allow custom logo and login instructions #6

Open skadauke opened 3 years ago

skadauke commented 3 years ago

This can be done by supplying a file named /etc/rstudio/login.html containing inline JavaScript that modifies the DOM to add a logo to the banner and the caption of the login dialog:

https://support.rstudio.com/hc/en-us/articles/231327847-Customizing-the-RStudio-Server-Pro-Login-Page

skadauke commented 3 years ago

Could implement by mounting custom_login dir containing login.html and any other files to /etc/rstudio/ inside the container. Could provide example custom_login folder in repo and provide a usage example.