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
1
vote
0 answers

How to display a shinyproxy app inside wordpress site

I have a shiny-proxy app running and a wordpress site on separate servers. What i want to do is to display the shiny app on my site. Apparently iframe does not work in wordpress for security reasons. Any suggestions/solutions to the problem?
SegFaulter
  • 23
  • 5
1
vote
1 answer

Errors in delivering static assets for Dash app in Shinyproxy

I'm deploying Dash app on Shinyproxy using information from these posts:…
mariusz
  • 76
  • 8
1
vote
0 answers

Starting container process caused \”exec: \\\”R\\\”: executable file not found in $PATH\”: unknown”}

I installed shinyproxy using docker-compose. When going to my shiny app, I am running into the error: Status code: 500 Message: Failed to start container and when checking into error message I see: starting container process caused \"exec:…
ML_Enthousiast
  • 1,147
  • 1
  • 15
  • 39
1
vote
0 answers

deploy second app with the same image on shinyproxy server

I have one shiny app running on shinyproxy server. Here is what I put in the application.yml. It works fine. name: user1 password: password groups: app1 id: webapp1 display-name: application 1 description: web application 1 container-cmd:…
zesla
  • 11,155
  • 16
  • 82
  • 147
1
vote
1 answer

how to let dockerized shinyapp load data from local drive (on host machine)

I made a simple shinyapp. It reads a dataset called mydata.rds from a folder on my local drive. The data on my local drive is updating everyday. The app runs perfectly as a standalone app on my rstudio. Below is the global.r file. ## global.r …
zesla
  • 11,155
  • 16
  • 82
  • 147
1
vote
1 answer

access files locally when run app contained in shinyProxy

I have a shinyproxy server set up with two apps. One of this apps has the following code to access the files: volumes = getVolumes() volumes <- c(Home = fs::path_home(), "R Installation" = R.home(), getVolumes()()) file_selected <- reactive({ …
user2380782
  • 1,542
  • 4
  • 22
  • 60
1
vote
0 answers

Shinyproxy & Keycloak - ERR_TOO_MANY_REDIRECTS

I am learning about Keycloak and ShinyProxy. I am using Docker. I have a container where Keycloak is working (from Keycloak Docker image) and I have another container where ShinyProxy is working…
1
vote
0 answers

ShinyProxy and Google authentication Error 404

I can't make work ShinyProxy work with Google authentication because after login I get Error 404: application.yml (don't worry about secret key, I made it public for tests only): proxy: port: 8080 authentication: social admin-groups: admins …
Taz
  • 5,755
  • 6
  • 26
  • 63
1
vote
0 answers

Connect to an Api from a docker container inside shinyproxy

I have a plumber API deployed that can be accessed as: curl -X GET "http://vps546862.ovh.net:8000/dep?q=Ain" -H "accept: application/json" It works fine on my computer and even inside a minimal container (ubuntu + curl) on a server without…
1
vote
1 answer

Shinyproxy is taking over 30 seconds to start an application

R-shiny Application loads pretty quickly if run locally but seems to take an inordinate amount of time to load when run through shinyproxy. I have tried tweaking the heartbeat and load-wait times, and springboot although slow doesn't seem to account…
Dan
  • 224
  • 1
  • 5
1
vote
1 answer

XMRig docker using 100% CPU after testing shiny-proxy software. Why?

Unless someone proves otherwise, after installing ShinyProxy from ShinyProxy.io software, which is a well documented piece of software, the machine started a docker image that runs XMRig that takes 100% CPU usage and might be for bitcoin mining.…
Joni Hoppen
  • 658
  • 5
  • 23
1
vote
1 answer

ShinyProxy App Configuration Issue

I am trying to run the euler app provided in the link: http://www.shinyproxy.io/deploying-apps/ I have had the dockerfile to SUCCESFULLY BUILD via: the euler FROM openanalytics/r-base MAINTAINER Tobias Verbeke…
Techno04335
  • 1,365
  • 6
  • 22
  • 43
0
votes
0 answers

Why does "Docker startup options" of the ShinyProxy "Getting Started" manual state 127.0.0.1:2375?

The Getting started page of ShinyProxy states to do the following. I will reproduce this so we're all on the same page. ---------- start reproduction ---------- sudo systemctl edit docker This command opens your default editor, add the following…
Patrick
  • 742
  • 7
  • 19
0
votes
0 answers

Sign out of shinyproxy from inside shiny app

I have a shiny app running inside a shinyproxy, and I want to be able to sign out users from inside the shiny app. Following this: Login Screen For My Shiny App Does Not Time Out, this: Time out session in R Shiny, and this:…
Iria Roca
  • 161
  • 5
0
votes
0 answers

Spring Framework OAuth2 Authentication Error with Azure AD B2C and ShinyProxy

I trying to use Azure AD B2C to authenticate with ShinyProxy and I believe this is possible. I have tested by Azure AD B2C set via https://jwt.ms/ and another application so I think my issue does not lie on the Azure AD B2C…
Dr.B
  • 57
  • 1
  • 7