Hide Shiny Proxy Nav Bar

Shinyproxy 2.5.0 release notes mentions a parameter [sp_hide_navbar] to hide the shinyrproxy nav bar. Where is this parameter set? Inside an r shiny app? Within the shiny proxy application.yml? Can a sample be provided?

Hi

This parameter can be used in the URL of ShinyProxy. Lets’ say your ShinyProxy server is running at https://shinyproxy.be and you have an app called myapp, than you can use:

https://shinyproxy.be/app/myapp?sp_hide_navbar=true.

Note that you can also hide the navbar globally, by using the following configuration in application.yml:

proxy:
   hide-navbar: true