Adding an additional image within login.html for start up screen

I would like to add an image to the rstudio startup screen. I can add text through the login.html file in /etc/rstudio. However, I cannot get images (png, jpeg, etc.) to appear along with the text. Is it possible to add images to the startup screen, or only text?
Thanks,
Fritz

There are two ways to do this:

  • Put the images in /usr/lib/rstudio-server/www and use relative paths in the <img> tag
  • Put the images somewhere else URL-addressable (perhaps on another server) and refer to them in your HTML via the full URL path in the <img> tag

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.