{"id":42725484,"url":"https://github.com/openanalytics/shinyproxy-voila-demo","last_synced_at":"2026-01-29T16:40:59.326Z","repository":{"id":188277566,"uuid":"678393664","full_name":"openanalytics/shinyproxy-voila-demo","owner":"openanalytics","description":"Running Voila apps in ShinyProxy","archived":false,"fork":false,"pushed_at":"2024-05-21T13:58:12.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-05-21T15:18:18.416Z","etag":null,"topics":["containers","dashboarding","docker","jupyter","jupyter-notebook","kubernetes","shinyproxy"],"latest_commit_sha":null,"homepage":"https://shinyproxy.io","language":"Jupyter Notebook","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}},"created_at":"2023-08-14T12:59:10.000Z","updated_at":"2024-05-21T13:58:15.000Z","dependencies_parsed_at":"2023-08-14T17:35:19.890Z","dependency_job_id":null,"html_url":"https://github.com/openanalytics/shinyproxy-voila-demo","commit_stats":null,"previous_names":["openanalytics/shinyproxy-voila-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/openanalytics/shinyproxy-voila-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openanalytics%2Fshinyproxy-voila-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openanalytics%2Fshinyproxy-voila-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openanalytics%2Fshinyproxy-voila-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openanalytics%2Fshinyproxy-voila-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openanalytics","download_url":"https://codeload.github.com/openanalytics/shinyproxy-voila-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openanalytics%2Fshinyproxy-voila-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","dashboarding","docker","jupyter","jupyter-notebook","kubernetes","shinyproxy"],"created_at":"2026-01-29T16:40:59.268Z","updated_at":"2026-01-29T16:40:59.321Z","avatar_url":"https://github.com/openanalytics.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Running Voila apps in ShinyProxy\n\nThis repository describes how to add a Voila app inside ShinyProxy.\nVoilà turns Jupyter notebooks into standalone web applications. For writing notebooks, checkout the [Jupyter Notebook demo](https://github.com/openanalytics/shinyproxy-jupyter-notebook-demo).\n\n\n# Build the Docker image\n\nTo pull the image made in this repository from Docker Hub, use\n\n```bash\nsudo docker pull openanalytics/shinyproxy-voila-demo\n```\n\nthe relevant Docker Hub repository can be found at https://hub.docker.com/r/openanalytics/shinyproxy-voila-demo\n\nTo build the image from the Dockerfile, clone this repository, then navigate to its root directory and run\n\n```bash\nsudo docker build -t openanalytics/shinyproxy-voila-demo .\n```\n\n# ShinyProxy Configuration\n\nTo add the Voila application to ShinyProxy add the following lines to its configuration file (see [application.yml](./application.yml) for a complete file):\n\n```yaml\nproxy:\n  specs:\n    - id: voila-demo\n      container-image: openanalytics/shinyproxy-voila-demo\n      port: 8080\n      container-cmd: [\"voila\", \"basics.ipynb\", \"--no-browser\", \"--port=8080\", \"--base_url=#{proxy.getRuntimeValue('SHINYPROXY_PUBLIC_PATH')}\", \"--Voila.ip=0.0.0.0\"]\n      target-path: \"#{proxy.getRuntimeValue('SHINYPROXY_PUBLIC_PATH')}\"\n```\n\n## References\n\n* https://github.com/voila-dashboards/voila/blob/main/notebooks/basics.ipynb\n\n\n**(c) Copyright Open Analytics NV, 2023.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenanalytics%2Fshinyproxy-voila-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenanalytics%2Fshinyproxy-voila-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenanalytics%2Fshinyproxy-voila-demo/lists"}