{"id":19487149,"url":"https://github.com/tylerlittlefield/shiny-server-arm","last_synced_at":"2025-04-25T18:32:20.609Z","repository":{"id":182545129,"uuid":"326044857","full_name":"tylerlittlefield/shiny-server-arm","owner":"tylerlittlefield","description":":whale: Run shiny-server on a Raspberry Pi","archived":false,"fork":false,"pushed_at":"2021-01-23T00:45:53.000Z","size":101,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T01:32:09.498Z","etag":null,"topics":["arm","docker","raspberry-pi","rstats","shiny-server"],"latest_commit_sha":null,"homepage":"","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/tylerlittlefield.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":"2021-01-01T19:44:42.000Z","updated_at":"2024-08-08T10:46:31.000Z","dependencies_parsed_at":"2023-07-20T12:32:00.783Z","dependency_job_id":null,"html_url":"https://github.com/tylerlittlefield/shiny-server-arm","commit_stats":null,"previous_names":["tylerlittlefield/shiny-server-arm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tylerlittlefield%2Fshiny-server-arm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tylerlittlefield%2Fshiny-server-arm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tylerlittlefield%2Fshiny-server-arm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tylerlittlefield%2Fshiny-server-arm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tylerlittlefield","download_url":"https://codeload.github.com/tylerlittlefield/shiny-server-arm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250872313,"owners_count":21500798,"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","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":["arm","docker","raspberry-pi","rstats","shiny-server"],"created_at":"2024-11-10T20:44:13.484Z","updated_at":"2025-04-25T18:32:20.337Z","avatar_url":"https://github.com/tylerlittlefield.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shiny-server-arm\n\n![build](https://github.com/tyluRp/shiny-server-arm/workflows/build/badge.svg)\n[![image-size](https://img.shields.io/docker/image-size/tylurp/shiny-server-arm)](https://hub.docker.com/repository/docker/tylurp/shiny-server-arm)\n[![pulls](https://img.shields.io/docker/pulls/tylurp/shiny-server-arm)](https://hub.docker.com/repository/docker/tylurp/shiny-server-arm)\n\nRun the lines below to get shiny-server running on a Raspberry Pi. Note that the lines assume you have a user `pirate`, so replace that with your preferred user.\n\n```bash\n# download docker\ncurl -sSL https://get.docker.com | sh\n\n# add user to docker group\nsudo usermod -aG docker pirate\n\n# create directories to communicate with container\ncd ~\nmkdir shiny-server\nmkdir shiny-server/logs\nmkdir shiny-server/conf\nmkdir shiny-server/apps\n\n# bind directories\ndocker volume create --name shiny-apps --opt type=none --opt device=/home/pirate/shiny-server/apps/ --opt o=bind\ndocker volume create --name shiny-logs --opt type=none --opt device=/home/pirate/shiny-server/logs/ --opt o=bind\ndocker volume create --name shiny-conf --opt type=none --opt device=/home/pirate/shiny-server/conf/ --opt o=bind\n\n# run the container\ndocker run \\\n    --detach \\\n    --publish 3838:3838 \\\n    --volume shiny-apps:/srv/shiny-server/ \\\n    --volume shiny-logs:/var/log/shiny-server/ \\\n    --volume shiny-conf:/etc/shiny-server/ \\\n    --name shiny-server \\\n    tylurp/shiny-server-arm\n```\n\n## Add apps\n\nStart adding shiny apps with:\n\n```bash\ncd ~/shiny-server/apps\ngit clone \u003cyour app here\u003e\n```\n\nThen navigate to `http://\u003cyour ip\u003e:3838/`.\n\n## Acknowledgements\n\nA lot of the Dockerfile is based on existing work, please see [`hvalev/shiny-server-arm-docker`](https://github.com/hvalev/shiny-server-arm-docker).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftylerlittlefield%2Fshiny-server-arm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftylerlittlefield%2Fshiny-server-arm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftylerlittlefield%2Fshiny-server-arm/lists"}