Hi,
I deployed ShinyProxy using the ShinyProxy Operator for Docker, following this documentation. Everything worked smoothly and it is now running without any issues. However, I’m having issues adding a favicon or logo-url when using the ShinyProxy Operator. I tried adding the image files to the same directory where the application.yml is placed (/home/shinyproxy/shinyproxy/input) and adding the path to the application.yml. I tried the following paths:
- favicon-path: favicon.ico
- favicon-path: /opt/shinyproxy-docker-operator/input/favicon.ico
- favicon-path: /opt/shinyproxy/favicon.ico
None of these were successful; I always received the following error message:
‘Error while reading favicon: /opt/shinyproxy/favicon.ico: not a regular file’.
Thus, my question: How can I add images for the favicon, logo-url, etc. to ShinyProxy when using the ShinyProxy Operator for Docker?
Any help would be much appreciated!