shinyproxy
shinyproxy copied to clipboard
ShinyProxy - Open Source Enterprise Deployment for Shiny and data science apps
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...
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...
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...
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?...
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: ``` -...
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...
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...
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...
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...