Tobia De Koninck

Results 118 comments of Tobia De Koninck

Hi, this is currently not possible. We try to keep the configuration of ShinyProxy into a single file and independent of a database. If you have some Java experience, you...

> Is this a limitation of Shiny, where once leaving the webpage, it is impossible to return to that session As far as I know, this is indeed a limitation...

Hi ShinyProxy does not support podman. The reason is that ShinyProxy talks directly with Docker using the Docker API and not using the Docker CLI. Note that it is possible...

Please also have a look at the new FAQ entry about debugging the OpenID roles claim: https://shinyproxy.io/faq/#debugging-group-access-when-using-openid This should help with finding the correct name of the claims.

Hi I did some tests with shinyMobile and the PWA support in ShinyProxy. I used this app https://github.com/RinteRface/shinyMobile/tree/master/inst/examples/gallery . What I observed: - when opening the app through the standard...

Hi, running apps when `container-network` is to `host` will never work and is unsupported by ShinyProxy. You should remove that option. Next, you can re-configure the database to run on...

Hi You have to make sure you either add the template files to your Dockerfile or that you mount the templates into the Docker container. Can you check whether this...

Hi all, we did test podman some time ago, but back then run into issues when communicating with the (Docker compatible) API of podman. However, the recent 3.1.0 release of...

Hi Thanks for opening this issue. We understand the use-case (it was already asked before), but currently it's not possible. We would have to modify large parts of the authentication...

Hi This is currently not possible. I think this is a common feature in other web-applications, so I do see the value of this. In addition it should be able...