Tobia De Koninck

Results 118 comments of Tobia De Koninck

Hi, thanks for your interest! We will provide a full example soon, in the meantime, you can access the usernames through the session object like this: ```R session$request$HTTP_X_SP_USERID session$request$HTTP_X_SP_USERGROUPS ```

We just published a demo for this: https://github.com/openanalytics/shinyproxy-shiny-demo-auth I'll close this issue, but of course feedback is welcome!

Hi, are you still experiencing this issue? Since 2.3.0 there have been many released, with many improvements, so your issue might already been solved.

Hi This is currently not possible, containers are always stopped. I like the idea and it would be great to have such a feature. However, I think it's difficult to...

Hi @jaysnm Unfortunately, currently we do not support authentication when connecting to InfluxDB. The properties you mentioned are not used by shinyproxy. We will consider adding this feature in the...

Hi @jaysnm Unfortunately, the `usage-stats-username ` and `usage-stats-password` properties are still only used by the SQL based usage-statistics backends. It's not yet used when connecting with influxdb. So authentication with...

Hi ShinyProxy indeed allows basic authentication. The idea is that it can be used to access the API. > (for example some service in the same context (protocol+host+port) will get...

Hi, the `max-instances` property allows to launch multiple instances of an app (which will start multiple containers). To launch a new instance of an app you have to click the...

The black navbar is part of the UI of ShinyProxy. As long as you are using ShinyProxy through it's regular web interface this navbar should be available. Only when you...

Okay, that was not clear for me before. Yes, you can open the "Switch Instance" modal from your application code using the following JavaScript code: ```js window.parent.Shiny.ui.showInstanceModal(); window.parent.Shiny.instances.eventHandlers.onShow(null); ``` For...