Change browser tab name

Hi there- does anybody knows how to change the browser tab name for a shiny app ? It defaults to ShinyProxy and did not find any app configuration settting for this. Thanks.

Hi @Dylan_Cissou,

The name displayed in the tab is determined by the shiny.proxy.title field - see https://www.shinyproxy.io/configuration/#general

It is defined (and can take arbitrary values) at the level of ShinyProxy but does not change for individual apps.

HTH,
Tobias

Thanks @tverbeke. Any plan to support app level title instead ?

Hi @Dylan_Cissou,

There were no plans yet, but if you post an issue on Github, we can discuss the details of the implementation.

Best,
Tobias