openanalytics / shinyproxy

ShinyProxy - Open Source Enterprise Deployment for Shiny and data science apps
https://www.shinyproxy.io
Apache License 2.0
519 stars 151 forks source link

Customization of navbar #455

Open samaprashanth opened 12 months ago

samaprashanth commented 12 months ago

Hi, I was looking to customize the navigation bar on top of the shinyproxy webpage. For that purpose, I was following the documentation provided here https://github.com/openanalytics/shinyproxy-config-examples/tree/master/04-custom-html-template . Basically I used a custom navbar.html file and pointed the path for this new file using template-path option in the configuration file. I am successfully able to implement it using .jar method but when I try to use the same by editing config file (i.e at /etc/shinyproxy/application.yml) for debian based method (i.e as a service tool on debian system) its not working.

Am I missing something here? Any help is much appreciated . Thank you...!!!

LEDfan commented 4 months ago

Hi, it seems we looked over your issue. Are you still having this issue? If so, could you share your application.yml file and the location where you store the template files?