shinyproxy
shinyproxy copied to clipboard
ShinyProxy - Open Source Enterprise Deployment for Shiny and data science apps
This is not an issue but more like an **improvement**. When looking at the different options/parameters you can tweak corresponding to your needs, you can observe that the units used...
I am trying to integrate KeyCloak with ShinyProxy using openid authentication and I've provided the following configuration ```yaml proxy: authentication: openid openid: auth-url: http://localhost:8080/auth/realms/master/protocol/openid-connect/auth token-url: http://localhost:8080/auth/realms/master/protocol/openid-connect/token jwks-url: http://localhost:8080/auth/realms/master/protocol/openid-connect/certs userinfo-url: http://localhost:8080/auth/realms/master/protocol/openid-connect/userinfo...
Apparently RedHat 8 uses podman instead of docker. If docker is aliased to podman in this environment, is that all that is needed?
I am planning to run ShinyProxy behind a reverse proxy which authenticates the user and makes the user's ID and group information available in HTTP headers added to the request....
Underneath the [Docker startup options](https://www.shinyproxy.io/documentation/getting-started/#docker-startup-options) you might want to add a section about running ShinyProxy in GitHub Codespaces. The key things to make ShinyProxy to work in GitHub Codespaces are...
Hi, I was able to successfully deploy my applications on shinyproxy and was wondering if it is possible to use a table on my database (this table contains list of...
It would be useful to be able to read the container logs from a given app instance via the admin GUI (for on-the-fly debugging).
We are using CRIU (Checkpoint/Restore in Userspace) with ShinyProxy, and it greatly enhances the user because of faster initialization. This achievement was made possible through a method outlined by Sylvain_Brohee...
Hello, Thanks a lot for this solution, Is it possible to add a bar search (similar to power BI server) allowing users to search apps ? Thanks,
From https://github.com/openanalytics/containerproxy/issues/62: > # Synopsis > We tried to patch pod template before launching, but since ContainerProxy only assumed Docker use cases, that is, configurations are based on one container...