{"id":13706994,"url":"https://github.com/openanalytics/shinyproxy-shiny-demo-minimal","last_synced_at":"2026-01-29T16:40:57.947Z","repository":{"id":54485422,"uuid":"72238339","full_name":"openanalytics/shinyproxy-shiny-demo-minimal","owner":"openanalytics","description":"Running Shiny apps in ShinyProxy (minimal variant)","archived":false,"fork":false,"pushed_at":"2024-05-21T13:56:01.000Z","size":12,"stargazers_count":80,"open_issues_count":1,"forks_count":73,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-09-22T02:18:41.559Z","etag":null,"topics":["containers","docker","kubernetes","r","shiny","shinyproxy"],"latest_commit_sha":null,"homepage":"http://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":"2016-10-28T20:04:47.000Z","updated_at":"2025-09-18T18:58:16.000Z","dependencies_parsed_at":"2024-08-02T23:36:14.367Z","dependency_job_id":null,"html_url":"https://github.com/openanalytics/shinyproxy-shiny-demo-minimal","commit_stats":null,"previous_names":["openanalytics/shinyproxy-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/openanalytics/shinyproxy-shiny-demo-minimal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openanalytics%2Fshinyproxy-shiny-demo-minimal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openanalytics%2Fshinyproxy-shiny-demo-minimal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openanalytics%2Fshinyproxy-shiny-demo-minimal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openanalytics%2Fshinyproxy-shiny-demo-minimal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openanalytics","download_url":"https://codeload.github.com/openanalytics/shinyproxy-shiny-demo-minimal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openanalytics%2Fshinyproxy-shiny-demo-minimal/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","kubernetes","r","shiny","shinyproxy"],"created_at":"2024-08-02T22:01:14.407Z","updated_at":"2026-01-29T16:40:57.929Z","avatar_url":"https://github.com/openanalytics.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"# Running Shiny apps in ShinyProxy\n\nThis repository explains how to run a Shiny app in ShinyProxy. For simplicity,\nthe R code in this repository is not bundled into\na [R package](https://r-pkgs.org/).\nSee [this demo](https://github.com/openanalytics/shinyproxy-shiny-demo) that uses the\nsame code, but as an R package.\n\nRelated demos:\n\n- [plain Shiny demo](https://github.com/openanalytics/shinyproxy-shiny-demo)\n- [Shiny demo using pak](https://github.com/openanalytics/shinyproxy-shiny-pak-demo)\n- [Shiny demo using r2u](https://github.com/openanalytics/shinyproxy-shiny-r2u-demo)\n- [Shiny demo using renv](https://github.com/openanalytics/shinyproxy-shiny-renv-demo)\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-shiny-demo-minimal\n```\n\nThe relevant Docker Hub repository can be found at \u003chttps://hub.docker.com/r/openanalytics/shinyproxy-shiny-demo-minimal\u003e.\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-shiny-demo-minimal .\n```\n\nRunning the image for testing purposes outside ShinyProxy can be done using e.g.\n\n```bash\nsudo docker run -it -p 3838:3838 openanalytics/shinyproxy-shiny-demo-minimal\n```\n\n## ShinyProxy Configuration\n\nCreate a ShinyProxy configuration file (see [application.yml](application.yml)\nfor a complete file), containing:\n\n```yaml\nproxy:\n  specs:\n    - id: euler\n      container-image: openanalytics/shinyproxy-shiny-demo-minimal\n```\n\n## References\n\n- [ShinyProxy.io](https://shinyproxy.io/)\n- [All demos](https://shinyproxy.io/documentation/demos/)\n\n**(c) Copyright Open Analytics NV, 2016-2024.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenanalytics%2Fshinyproxy-shiny-demo-minimal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenanalytics%2Fshinyproxy-shiny-demo-minimal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenanalytics%2Fshinyproxy-shiny-demo-minimal/lists"}