{"id":14069687,"url":"https://github.com/mapic/shiny","last_synced_at":"2025-07-30T06:32:24.330Z","repository":{"id":73239591,"uuid":"151239731","full_name":"mapic/shiny","owner":"mapic","description":"Open Source Shiny Server Docker setup with Auth0 proxy","archived":false,"fork":false,"pushed_at":"2021-01-29T23:27:36.000Z","size":57,"stargazers_count":8,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-04T11:37:44.473Z","etag":null,"topics":["docker","r","shiny-apps","shiny-server"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mapic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2018-10-02T10:52:11.000Z","updated_at":"2024-08-12T21:54:56.000Z","dependencies_parsed_at":"2023-09-18T11:20:48.319Z","dependency_job_id":null,"html_url":"https://github.com/mapic/shiny","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mapic/shiny","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapic%2Fshiny","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapic%2Fshiny/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapic%2Fshiny/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapic%2Fshiny/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mapic","download_url":"https://codeload.github.com/mapic/shiny/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapic%2Fshiny/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267822645,"owners_count":24149662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker","r","shiny-apps","shiny-server"],"created_at":"2024-08-13T07:07:08.721Z","updated_at":"2025-07-30T06:32:23.967Z","avatar_url":"https://github.com/mapic.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Shiny Server\nSelf-hosting of Shiny Apps with Shiny Server Docker setup. Please see the [wiki](https://github.com/mapic/shiny/wiki) for details.\n\n### Docker Images\n\n| Docker Image        | Description           | Build status  |\n| ------------- |-------------|:-----:|\n| [`mapic/shiny-server`](https://github.com/mapic/shiny-server.docker)    | Shiny Server 1.5.9                         | [![Build Status](https://travis-ci.org/mapic/shiny-server.docker.svg?branch=master)](https://travis-ci.org/mapic/shiny-server.docker) |\n| [`mapic/shiny-auth0`](https://github.com/mapic/shiny-auth0)             | Multi-factor authentication with Auth0     | [![Build Status](https://travis-ci.org/mapic/shiny-auth0.svg?branch=master)](https://travis-ci.org/mapic/shiny-auth0) |\n| [`mapic/shiny-nginx`](https://github.com/mapic/shiny-nginx.docker)      | NginX Reverse-Proxy with SSL               | [![Build Status](https://travis-ci.org/mapic/shiny-nginx.docker.svg?branch=master)](https://travis-ci.org/mapic/shiny-nginx.docker) |\n| [`mapic/sftp`](https://github.com/mapic/sftp)                           | Secure FTP for uploading of Shiny apps     | [![Build Status](https://travis-ci.org/mapic/sftp.svg?branch=master)](https://travis-ci.org/mapic/sftp) |\n\n\n### Versions\n\n| Program               | Version | Release Date | Changelog | \n| -------               | ------- | ------------ | --------- |\n| Shiny Server          | 1.5.9   | 2018-09-12   | [Open Source](https://github.com/rstudio/shiny-server/blob/master/NEWS) |\n| R                     | 3.5.1   | 2018-07-02   | _[\"Feather Spray\"](https://stat.ethz.ch/pipermail/r-announce/2018/000626.html)_ |\n| Ubuntu                | 16.04   | 2018-08-03   | [xenial](https://wiki.ubuntu.com/XenialXerus/ReleaseNotes/ChangeSummary/16.04.3) |\n| NodeJS                | v8.11.3 | 2018-06-12   | [LTS](https://nodejs.org/en/blog/release/v8.11.3/)\n\n#### R packages versions\nPlease see the [wiki/Versions](https://github.com/mapic/shiny/wiki/Versions) for a list of R package versions.\n\n## Installation\n\nSee the [wiki](https://github.com/mapic/shiny/wiki/How-to-setup-a-Shiny-Server-on-Amazon-AWS#install-mapicshiny-repository) for installation instructions.\n\n## Manage Shiny Server\n\n### Start \n```bash\n# start server\ndocker-compose up\n```\n\n### Stop\n```bash\n# stop server\ndocker-compose kill\n```\n\n### Show running logs\n```bash\n# show logs\ndocker-compose logs -f -t\n```\n\nTesting...\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapic%2Fshiny","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmapic%2Fshiny","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapic%2Fshiny/lists"}