shinyproxy icon indicating copy to clipboard operation
shinyproxy copied to clipboard

ShinyProxy - Open Source Enterprise Deployment for Shiny and data science apps

Results 120 shinyproxy issues
Sort by recently updated
recently updated
newest added

Is it possible to do this? My containers pre-initialise fine but I can see that they only start to compile once launched by a user. The files take a long...

question

Hello! I have a personal suite of apps that I want a few people to access. The problem with `simple` authentication is keeping and managing passwords, which has become a...

question

I've configured Shinyproxy actuator endpoint, to get Usage Statistics following the [official readme](https://www.shinyproxy.io/documentation/usage-statistics/). Then I've checked `localhost:9090/actuator/prometheus` and I've noticed that `appCrash_total` counter continues to show `0.0` even though **I...

question

Hi there, I'm a big fan of shinyproxy, so thank you for your work! I was wondering if adding a payment service like stripe is on your timeline for ShinyProxy?...

enhancement

To reproduce: - Use the containerized docker engine example as template: https://github.com/openanalytics/shinyproxy-config-examples/tree/master/02-containerized-docker-engine - Change the `application.yml` by adding a http_header with special characters to the '01_hello' spec id: ``` -...

enhancement

hello I'm trying shinyproxy 3.1.1 and when i try to disconnect by heating the sign-out button. I get this error message in the shinyproxy logs : "Error invoking method sessionDestroyed...

bug

This is related to the uptime monitoring thread: https://github.com/openanalytics/shinyproxy/issues/517 As well as the restarter thread: https://github.com/openanalytics/shinyproxy/issues/510 I implemented a rudimentary monitoring solution, which searches the logs and finds when a...

enhancement

hi, very useful (undocumented yet?) `allow-transfer-app` to change ownership of a given app to an other user. sadly if one makes a typo in the name of the user to...

enhancement

Hi team! I am encountering an issue in Docker Swarm mode with the new docker engine version (29): the services created do not join the specified network (whether defined globally...

Hello, We are using ShinyProxy to deploy a R Shiny app that is accessed under a web-service based authentication. We are still using ShinyProxy 3.0.2 (essentially due the JDK version...