{"id":42725508,"url":"https://github.com/openanalytics/shinyproxy-rstudio-ide-demo","last_synced_at":"2026-01-29T16:41:01.485Z","repository":{"id":81477668,"uuid":"193497039","full_name":"openanalytics/shinyproxy-rstudio-ide-demo","owner":"openanalytics","description":"Running RStudio inside ShinyProxy","archived":false,"fork":false,"pushed_at":"2024-05-21T13:54:37.000Z","size":105,"stargazers_count":16,"open_issues_count":4,"forks_count":10,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-05-21T15:15:10.032Z","etag":null,"topics":["containers","docker","ide","kubernetes","rstudio","shinyproxy","webide"],"latest_commit_sha":null,"homepage":"https://www.shinyproxy.io","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openanalytics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-24T12:01:18.000Z","updated_at":"2024-05-21T13:54:41.000Z","dependencies_parsed_at":"2023-07-04T06:00:58.226Z","dependency_job_id":null,"html_url":"https://github.com/openanalytics/shinyproxy-rstudio-ide-demo","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/openanalytics/shinyproxy-rstudio-ide-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openanalytics%2Fshinyproxy-rstudio-ide-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openanalytics%2Fshinyproxy-rstudio-ide-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openanalytics%2Fshinyproxy-rstudio-ide-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openanalytics%2Fshinyproxy-rstudio-ide-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openanalytics","download_url":"https://codeload.github.com/openanalytics/shinyproxy-rstudio-ide-demo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openanalytics%2Fshinyproxy-rstudio-ide-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28880995,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T10:31:27.438Z","status":"ssl_error","status_checked_at":"2026-01-29T10:31:01.017Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["containers","docker","ide","kubernetes","rstudio","shinyproxy","webide"],"created_at":"2026-01-29T16:41:01.411Z","updated_at":"2026-01-29T16:41:01.477Z","avatar_url":"https://github.com/openanalytics.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Running RStudio inside ShinyProxy\n\n**RStudio version**: 2025.05.1 Build 513\n**R Version**: 4.5.1\n\n- [Click here for a version using R 3.6.0](https://github.com/openanalytics/shinyproxy-rstudio-ide-demo/tree/1.2.1335__3.6.0)\n- [Click here for a version using R 4.0.4](https://github.com/openanalytics/shinyproxy-rstudio-ide-demo/tree/1.4.1106__4.0.4)\n- [Click here for a version using R 4.1.2](https://github.com/openanalytics/shinyproxy-rstudio-ide-demo/tree/2021.09.2_382__4.1.2)\n- [Click here for a version using R 4.3.1](https://github.com/openanalytics/shinyproxy-rstudio-ide-demo/tree/2023.06.0_421__4.3.1)\n\n[Screenshot](#screenshot)\n\nThis repository explains how to run RStudio in ShinyProxy.\nRStudio 4.3.1 and later requires at least ShinyProxy 2.5.0.\n\n## Building the Docker image\n\nTo pull the image made in this repository from Docker Hub, use\n\n```bash\nsudo docker pull openanalytics/shinyproxy-rstudio-ide-demo:2025.05.1_513__4.5.1\n```\n\nThe relevant Docker Hub repository can be found at [https://hub.docker.com/r/openanalytics/shinyproxy-rstudio-ide-demo](https://hub.docker.com/r/openanalytics/shinyproxy-rstudio-ide-demo)\n\nTo build the image from the Dockerfile, navigate into the root directory of this repository and run\n\n```bash\nsudo docker build -t openanalytics/shinyproxy-rstudio-ide-demo:2025.05.1_513__4.5.1 .\n```\n\n## ShinyProxy Configuration\n\nFor deployment on ShinyProxy the environment variables `DISABLE_AUTH` must be set to `true` and `WWW_ROOT_PATH` to the path of the application, finally the port of the container must be configured to 8787, e.g.:\n\n```yaml\nproxy:\n  specs:\n    - id: rstudio\n      container-image: openanalytics/shinyproxy-rstudio-ide-demo:2025.05.1_513__4.5.1\n      container-env:\n        DISABLE_AUTH: true\n        WWW_ROOT_PATH: \"#{proxy.getRuntimeValue('SHINYPROXY_PUBLIC_PATH')}\"\n      port: 8787\n```\n\nAnother useful option is to mount volume per user, e.g.:\n\n```yaml\n    container-volumes: [ \"/tmp/#{proxy.userId}:/home/rstudio\" ]\n```\n\nHere `/home/rstudio` is used inside the container since \"rstudio\" is the default username in `rocker/rstudio` image.\nIf desired, this can be changed by setting `USER` environment variable in the application specs as follows:\n\n```yaml\nproxy:\n  specs:\n    - id: rstudio\n      container-image: openanalytics/shinyproxy-rstudio-ide-demo:2025.05.1_513__4.5.1\n      container-env:\n        DISABLE_AUTH: true\n        USER: \"#{proxy.userId}\"\n        WWW_ROOT_PATH: \"#{proxy.getRuntimeValue('SHINYPROXY_PUBLIC_PATH')}\"\n      port: 8787\n      container-volumes: [ \"/tmp/#{proxy.userId}:/home/#{proxy.userId}\" ]\n```\n\n## Optional features\n\nCheck the `Dockerfile` for instructions on how to change the default behavior of\nthe Docker image to:\n\n- use all environment variables in RStudio\n- read `/etc/profile` when starting a R session\n\n## Screenshot\n\n![RStudio](.github/screenshots/rstudio.png)\n\n**(c) Copyright Open Analytics NV, 2019-2025.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenanalytics%2Fshinyproxy-rstudio-ide-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenanalytics%2Fshinyproxy-rstudio-ide-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenanalytics%2Fshinyproxy-rstudio-ide-demo/lists"}