Questions tagged [shinyproxy]

a proxy to deploy Shiny apps in an enterprise context. It has built-in functionality for LDAP authentication and authorization, makes securing Shiny traffic (over TLS) a breeze and has no limits on concurrent usage of a Shiny app.

ShinyProxy is a way to deploy Shiny apps in an enterprise context. It has built-in functionality for LDAP authentication and authorization, makes securing Shiny traffic (over TLS) a breeze and has no limits on concurrent usage of a Shiny app.

Why use it?

  • you want to seamlessly deploy Shiny apps that were developed locally using the Shiny R package

  • you need enterprise features but want to stay with open source

  • you trust Java on the server side for running your Shiny apps
  • you want to get all benefits offered by Docker-based technology

Open Source

ShinyProxy is 100% open source, released under the Apache License version 2.0 and the sources are on Github.

For more information go to the shinyproxy.io website.

110 questions
0
votes
1 answer

How to completely remove an installed CentOS RPM file?

Folks, how do I make sure all files of a RPM (CENTOS) where removed? The problem is that I've installed a software called shiny-proxy https://www.shinyproxy.io/ - and after 3 days running as a test server, we received a message called NetScan…
Joni Hoppen
  • 658
  • 5
  • 23
-1
votes
1 answer

"function %>% not found" - dplyr-package is loaded

I am currently trying to get my r-application running via shinyproxy in combination with docker - unfortunately without success. The app works without problems when started via R-Studio. However, as soon as I create the Docker image and try to call…
LePyka
  • 181
  • 8
-1
votes
1 answer

ShinyProxy and authentication with IdentityServer4

My ShinyProxy is up and running. If I use the authentication basic, it is working. I wanted to connect the ShinyProxy with my IdentityServer4. Follow the documentation of ShinyProxy, I configure my ShintProxy as follow: proxy: title: Open…
Enrico
  • 3,592
  • 6
  • 45
  • 102
-1
votes
1 answer

Docker desktop for Mac: bind to tcp port

I'm running ShinyProxy (https://www.shinyproxy.io/) locally on my mac, together with Docker Desktop for Mac. ShinyProxy requires access to the Docker daemon via tcp, rather than just via unix socket. Just to be clear, Docker desktop binds by default…
Nick Melis
  • 403
  • 1
  • 7
  • 19
-1
votes
1 answer

Can't click directly on HTML form element , have to click below it

Troubleshooting someone's HTML/CSS/JS/Jquery/ShinyProxy code. Can't click directly on form elements like a radio button, instead I have to click in a region below the radio button to select it. (see Want to click on Red? You have to click on…
CCC
  • 21
  • 2
1 2 3 4 5 6 7
8