openanalytics / shinyproxy-operator

Easily run ShinyProxy on a Kubernetes cluster
https://shinyproxy.io
Apache License 2.0
36 stars 9 forks source link

Favicon or bookmark icon #52

Open mth003 opened 4 days ago

mth003 commented 4 days ago

Hi, is it possible to utilize favicons by specifying proxy.favicon-path in shinyproxy.shinyproxy.yaml? If so, how would this work and where would I need to copy the favicon.png file? The intent is for users to see the new bookmark icon after bookmarking the main landing page.

Thanks in advance.

LEDfan commented 20 hours ago

Hi, yes this is possible. You must place the favicon file in the working directory of ShinyProxy (usually this is the same location as the application.yml). E.g. if you add myfavicon.png, you add the config proxy.favicon-path: myfavicon.png