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
2
votes
3 answers

Deploy Shiny app with Flexdashboard

I know how to deploy a shiny app using http://www.shinyproxy.io/. Basically I just need server.R and ui.R. Then using docker it's a pretty easy job. However, when using flexdashboard, I only have the .rmd file. How can I implement this deploy now?
1
vote
0 answers

How to Use ShinyProxy in Production

Apologize in advance if this question is general or basic, but I need help in understanding some foundational practices. What I have: Dockerized shiny apps deployed using ShinyProxy, hosted with on AWS ec2 instance, and linked with auth0 through…
Riyadh
  • 33
  • 3
1
vote
1 answer

Shiny-proxy in iframe - Adding CSP does not solve chrome blocking it

I have a shiny application running with shiny-proxy and I want to embed this application within another hub application. I configured the application.yml in shiny-proxy to: frame-options: allow-from http://127.0.0.1:5501 Content-Security-Policy:…
Mush-A
  • 435
  • 3
  • 11
1
vote
1 answer

How to set ldap configuration in your shinyproxy.yml to filter app access by group?

We are trying to set a shinyproxy server with ldap security. In the shinyproxy.yml the ldap configuration is set as: ldap: url: ldap://ourIP:389/dc=ourdomain,dc=com manager-dn: cn=admin,dc=ourdomain,dc=com manager-password: ++++++++ …
Gabrielupo
  • 46
  • 4
1
vote
0 answers

Shiny proxy on AKS behind an Azure Application Gateway

I’ve been using shiny proxy on AKS for the past couple of months and it’s been fantastic, no problems at all, however, the need for a more secure setup has arised, and I have to use it behind an Azure Application Gateway (v2) with WAF and TLS…
1
vote
1 answer

Localhost:8080 cannot connect (Shinyproxy at Wiindows)

Following getting started at shinyproxy.io I installed shinyproxy at windows 11 docker: pulled the image: “docker pull openanalytics/shinyproxy-demo” installed java v.15 downloaded shinyproxy-2.6.1.jar Inserted hosts in deamon.json (located in…
mgn
  • 11
  • 2
1
vote
0 answers

Hosting ShinyProxy on Azure

I'm exploring the Docker capabilities for ShinyProxy on Azure and I want to set it up in a simple, expandable, and affordable way. As far as I understand there are five ways to set up Docker-based services on Azure. Questions My question is…
1
vote
1 answer

mailR Error - Sending email to the following server failed: smtp.gmail.com:587 - ShinyProxy / Docker / Ubuntu

I am currently trying to publish my Shiny app via ShinyProxy and Docker. Unfortunately, my app does not work after publishing - on the PC itself it works without any problems. One of my problems concerns the package "mailR". I get the following…
LePyka
  • 181
  • 8
1
vote
0 answers

Is there anyway to globally configure a credential spec file in docker?

We currently are in the process of setting up Shiny Proxy on a windows server to host a series of R Shiny Web Apps. One of the complications is that some of the apps integrate with SQL Servers. We need to be able to inject credentials into the host…
jeremyh
  • 612
  • 4
  • 14
1
vote
0 answers

Shiny app does not appear when deployed using Shinyproxy

I'm trying to learn how to deploy a shiny app using Shinyproxy, and I'm using the templated "euler app" (from this repo), but the application does not appear when I navigate to http://localhost:4445. Here's the most similar question I could find,…
Nicola
  • 21
  • 2
1
vote
1 answer

Shinyproxy error 500 : Failed to start container / Caused by: java.io.IOException: Permission denied

The shinyproxy page is displayed and after authentication I can see the nav bar, 2 links to the 2 applications. Then, when I click on one of them, I got en error 500 / "Failed to start container" In the stack, I can see : Caused by:…
1
vote
0 answers

How to access dockerized app on remote host

I have dockerized shinyproxy app and I can reach it through http://localhost:8080. But I cant reach it outside the host computer. I tried http://my-ip-adress:8080 I allowed port 8080 through windows firewall I read comments on port forwarding…
David
  • 21
  • 4
1
vote
0 answers

Shinyproxy error 500 :Failed to start container

I encountered Error 500 when I try to run shinyproxy. these are the errors I got. Caused by: com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException:…
David
  • 21
  • 4
1
vote
1 answer

Apache Reverse Proxy and ShinyProxy

I wrote a shiny web application and deploy it on a server using ShinyProxy. Accessing the app directly via the IP address and port 8080 works fine. However, I need to connect it to a URL. On the ShinyProxy website there is an explanation on how it…
Chr
  • 1,017
  • 1
  • 8
  • 29
1
vote
1 answer

Return to shinyproxy login page after inactivity

I’m using simple authentication and running ShinyProxy in a Docker container. I notice that after logging in if I leave the tab open but do not interact with the tab for some time (30 min will do it), upon returning to the tab and clicking on an app…
Giovanni Colitti
  • 1,982
  • 11
  • 24