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

Domain problem with Keycloak login for an app | NGINX

I’m a data analyst and develop web applications for my company on its network by using R programming language and R Shiny. I have an ubuntu machine and I deployed my apps on ShinyProxy (https://www.shinyproxy.io/) which helps to deploy your R shiny…
0
votes
0 answers

Error: occurred while trying to authenticate the user

my ldap authentication do not work, here is the part of the application file: port: 8080 authentication: ldap admin-groups: admins users: • name: admin password: password groups: admins • name: user password: password groups: users ldap: url:…
0
votes
0 answers

Container failed to start error when running RStudio server with ShinyProxy

I'm trying to run RStudio server using ShinyProxy. I can run a container without ShinyProxy fine like this: docker run -p 80:8787 -e DISABLE_AUTH=true rocker/rstudio when I navigate to localhost, I can see RStudio server in my browers. Now, trying…
Giovanni Colitti
  • 1,982
  • 11
  • 24
0
votes
1 answer

Hosting Shinyproxy on Google Kubernetes Engine

Hi I am a first time Kubernetes user trying to deploy ShinyProxy in a Google Kubernetes Engine. O deployed the application and the containers are up and running with the service and ingress set up with NGINX. #Deployment configuration apiVersion:…
0
votes
0 answers

How to Implement Google SSO in shiny proxy application

I have a shiny proxy application that runs on a domain let's say A.com and then I have an express application that runs on B.com. I created Google OAuth2.0 client credentials for the app and added the following in application.yml: proxy: ... ... …
Mush-A
  • 435
  • 3
  • 11
0
votes
0 answers

Securing ShinyProxy App / NGINX - SSL - Firewall Configurations

I'm not familiar at securing the applications, ssl certificates, firewall etc. I'm developing some Shiny applications for the company. They will be deployed with ShinyProxy on my Ubuntu machine. This app is running on x.x.x.x:8080 and in the…
0
votes
0 answers

ShinyProxy 2.6.1 access with Identity Server

I followed the instruction from this website to add the authentication with Identity Server. The configuration is quite simple proxy: title: Open Analytics Shiny Proxy port: 8080 authentication: openid openid: auth-url:…
Enrico
  • 3,592
  • 6
  • 45
  • 102
0
votes
1 answer

SSL Configuration on Nginx, ShinyProxy (SSL Key Issue?)

I'm currently working with the following tools to allow web-based access for containers: Client Web Browser > Nginx > ShinyProxy > Docker. The server is running on Ubuntu 22.04 LTS. Docker forwards the container to ShinyProxy, then ShinyProxy…
0
votes
1 answer

Connection impossible when using "usage-stats-url: jdbc:postgresql://localhost/postgres"

I'm trying to store the shinyproxy stats in a PostgreSQL database, to do this, I created a database and the event table like indicated on the documentation. This problem is similar to the one occurred with influxdb ... I also tried with the monetdb,…
Mostafa90
  • 1,674
  • 1
  • 21
  • 39
0
votes
1 answer

Running ShinyProxy through a reverse proxy on another server resulting in "The redirect URI is wrong" from Auth0

I've been working on this for about two weeks now - I feel like I'm missing something :) Here's a diagram of what I'm working on: I'm using IIS to do a Reverse Proxy to provide SSL for ShinyProxy. I can't directly host ShinyProxy on Server 1…
0
votes
1 answer

Docker container failing to start with connection to database from shinyproxy

I want to connect an individual app within shiny proxy to a docker network. I have a few apps on shinyproxy, only one needs to connect to the database. It is a postgresql DB running on the same machine in a docker set up to receive connections…
aclong
  • 181
  • 2
  • 7
0
votes
0 answers

Shinyproxy with PWA

I am trying to host a progressive web app (PWA) on a shinyproxy server using keycloak user authentication. However, the webmanifest cannot be loaded. Is there any advice how to host a PWA compatible shiny app on shinyproxy?
Hans
  • 36
  • 1
  • 5
0
votes
0 answers

Docker-Image works on PC but not on the Server

I have created a Docker image (R-Shiny) and tested it on my PC (Windows10) - via localhost. Everything works great. But as soon as I load and host my Docker image on my server (Ubuntu) (via Shinyproxy and nginx) I get the error message "Error Status…
LePyka
  • 181
  • 8
0
votes
0 answers

How does "ClusterRoleBinding" works and how do i get rid of it?

It finally worked! I was able to host my ShinyApp over an EKS cluster with ShinyProxy and Kubernetes! Unfortunately, I have now noticed that it doesn't quite work as I had imagined. Briefly about my wishful thinking: My website integrates the load…
0
votes
0 answers

Warning: Error in magick_image_readpath: R: unable to open image '02-Backrounds/1F602.png' No such file or directory @ error/blob.c/OpenBlob/2924

I am currently trying to host my RShiny app and am running into a problem: "Warning: Error in magick_image_readpath: R: unable to open image '02-Backrounds/1F602.png' No such file or directory @ error/blob.c/OpenBlob/2924" The Magick page tells me…
LePyka
  • 181
  • 8