Tobia De Koninck

Results 118 comments of Tobia De Koninck

Hi, thank you for raising this issue. The difference in time unit for the different properties has two reasons: - some properties are native Spring properties and therefore we don't...

Hi @nik-humphries I think this changed again when we did some refactoring in the code. I'll open this ticket open as an feature request to change it again, but I...

Hi Can you try these two things: - if you Keycloak server is using HTTPS, also specify https in the `proxy.keycloak.auth-server-url` field. - use the correct setting instead of `useForwardHeaders`,...

Hi, in recent releases of ShinyProxy it's possible to specify additional config files to load. I just documented this here: https://shinyproxy.io/documentation/configuration/#config-import I'll close this issue, but feel free to re-open...

Hi We don't have any concrete results ready, but we do have some large deployments with many users and apps, but I don't know the exact numbers. Note that the...

Hi I'm afraid that if RStudio has no native support to host dash apps, this will not work in ShinyProxy currently. We could introduce a feature to also proxy traffic...

Hi I'm unable to reproduce your problem, I can re-build the image locally and this works fine. The difference in history is just because the rocker project refactored a few...

Hi Yes this is the case. Every time you start an application, ShinyProxy creates a new container. No files are persisted. You can solve this by mounting a volume into...

As @mnazarov mentioned, it's important to use the correct rstudio docker image. As you can read in the readme, RStudio 4.0.0 and later requires at least ShinyProxy 2.5.0. Can you...

Hi, by default ShinyProxy outputs its logs to `stdout` and `stderr`, these are automatically picked up by Docker and can be viewed using the [`docker logs`](https://docs.docker.com/engine/reference/commandline/logs/) command. Nevertheless, you can...