Shinyproxy default to no authentication but with authentication for some apps

Hi,

As per the title, I would like to use Shinyproxy to host public-facing apps whilst also hosting apps that require authentication (in development apps, apps for collaborators etc.). Reviewing the docs I see no mention of this. Is this currently possible?

Sam

Hi @seabbs,

ShinyProxy currently does not support mixing multiple authentication methods.
Instead, to achieve this, you could host 2 ShinyProxy instances, each with their own auth config.
Note, if both instances use the same docker backend, make sure to use non-overlapping port ranges.