{"id":42725463,"url":"https://github.com/openanalytics/shinyproxy-gradio-demo","last_synced_at":"2026-01-29T16:40:57.868Z","repository":{"id":188266408,"uuid":"678393217","full_name":"openanalytics/shinyproxy-gradio-demo","owner":"openanalytics","description":"Running Gradio apps inside ShinyProxy","archived":false,"fork":false,"pushed_at":"2024-12-05T08:39:56.000Z","size":3,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-12-05T09:32:28.284Z","etag":null,"topics":["containers","docker","gradio","julia","kubernetes","shinyproxy"],"latest_commit_sha":null,"homepage":"https://shinyproxy.io","language":"Python","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":"2023-08-14T12:58:01.000Z","updated_at":"2024-12-05T08:39:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a1f8504-26e1-4a23-b07e-2c341c76b84e","html_url":"https://github.com/openanalytics/shinyproxy-gradio-demo","commit_stats":null,"previous_names":["openanalytics/shinyproxy-gradio-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/openanalytics/shinyproxy-gradio-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openanalytics%2Fshinyproxy-gradio-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openanalytics%2Fshinyproxy-gradio-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openanalytics%2Fshinyproxy-gradio-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openanalytics%2Fshinyproxy-gradio-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openanalytics","download_url":"https://codeload.github.com/openanalytics/shinyproxy-gradio-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openanalytics%2Fshinyproxy-gradio-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","gradio","julia","kubernetes","shinyproxy"],"created_at":"2026-01-29T16:40:57.244Z","updated_at":"2026-01-29T16:40:57.863Z","avatar_url":"https://github.com/openanalytics.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Running Gradio apps inside ShinyProxy\n\nThis repository describes how to add a [Gradio](https://www.gradio.app/) app inside ShinyProxy (at least version 2.5.0) using [FastApi](https://fastapi.tiangolo.com/).\n\n# Build the Docker image\n\nTo pull the image made in this repository from Docker Hub, use\n\n```\nsudo docker pull openanalytics/shinyproxy-gradio-demo\n```\n\nthe relevant Docker Hub repository can be found at https://hub.docker.com/r/openanalytics/shinyproxy-gradio-demo\n\nTo build the image from the Dockerfile, clone this repository, then navigate to its root directory and run\n\n```\nsudo docker build -t openanalytics/shinyproxy-gradio-demo .\n```\n\n# ShinyProxy Configuration\n\nTo add the gradio application to ShinyProxy add the following lines to its configuration file (see [application.yml](./application.yml) for the complete file):\n\n```yaml\nproxy:\n  specs:\n    - id: gradio-demo\n      display-name: Gradio Demo Application\n      port: 8000\n      container-image: openanalytics/shinyproxy-gradio-demo\n      target-path: \"#{proxy.getRuntimeValue('SHINYPROXY_PUBLIC_PATH')}\"\n      container-env:\n        GRADIO_ROOT_PATH: \"#{proxy.getRuntimeValue('SHINYPROXY_PUBLIC_PATH').replaceFirst('/$','')}\"\n```\n\n## References\n* https://www.gradio.app/guides/quickstart\n* https://github.com/gradio-app/gradio/issues/344#issuecomment-1247033951\n\n**(c) Copyright Open Analytics NV, 2023.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenanalytics%2Fshinyproxy-gradio-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenanalytics%2Fshinyproxy-gradio-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenanalytics%2Fshinyproxy-gradio-demo/lists"}