{"id":14067289,"url":"https://github.com/virtualstaticvoid/heroku-docker-r-shinymanager-app","last_synced_at":"2026-03-01T13:41:34.726Z","repository":{"id":139545668,"uuid":"412744462","full_name":"virtualstaticvoid/heroku-docker-r-shinymanager-app","owner":"virtualstaticvoid","description":"Example R project for using shinymanager on Heroku.","archived":false,"fork":false,"pushed_at":"2021-10-02T09:37:21.000Z","size":80,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-04T07:37:03.902Z","etag":null,"topics":["demo-app","docker","heroku","r","rshiny","shiny","shinymanager"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/virtualstaticvoid.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,"publiccode":null,"codemeta":null}},"created_at":"2021-10-02T09:02:23.000Z","updated_at":"2022-08-26T09:21:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"2818a438-5eaf-410c-857a-ffaf986d10de","html_url":"https://github.com/virtualstaticvoid/heroku-docker-r-shinymanager-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/virtualstaticvoid/heroku-docker-r-shinymanager-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualstaticvoid%2Fheroku-docker-r-shinymanager-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualstaticvoid%2Fheroku-docker-r-shinymanager-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualstaticvoid%2Fheroku-docker-r-shinymanager-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualstaticvoid%2Fheroku-docker-r-shinymanager-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/virtualstaticvoid","download_url":"https://codeload.github.com/virtualstaticvoid/heroku-docker-r-shinymanager-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualstaticvoid%2Fheroku-docker-r-shinymanager-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267785798,"owners_count":24144122,"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-29T02:00:12.549Z","response_time":2574,"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":["demo-app","docker","heroku","r","rshiny","shiny","shinymanager"],"created_at":"2024-08-13T07:05:31.372Z","updated_at":"2026-03-01T13:41:34.690Z","avatar_url":"https://github.com/virtualstaticvoid.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"# Shiny Manager Example\n\nExample project for using [shinymanager][shinymgr] on Heroku with the container stack.\n\n\u003e `shinymanager` is a simple and secure authentication mechanism for single [Shiny][shiny] applications.\n\u003e Credentials are stored in an encrypted ‘SQLite’ database. Password are hashed using ‘scrypt’ R package.\n\u003e Source code of main application is protected until authentication is successful.\n\nThis project demonstrates a workaround for [heroku-buildpack-r][buildpack] [issue #142][issue_142]\n\n## Usage\n\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)][deployapp]\n\n### Build\n\nRun the following command to build the docker image.\n\n```\ndocker build --tag shiny_manager_example .\n```\n\n### Run\n\nRun the following command to run the docker image.\n\n```\ndocker run -p \"8080:8080\" shiny_manager_example\n```\n\nOpen your web browser to http://localhost:8080.\n\n## Deploy to Heroku\n\nRun the following commands to create the Heroku application and deploy the code.\n\nCreate a container stack application.\n\n```\nheroku create --stack=container\n```\n\nDeploy the code.\n\n```\ngit push heroku main\n```\n\nView the application in your web browser\n\n```\nheroku open\n```\n\nLogin with one of the following credentials:\n\n| Role  | User Name | Password |\n|-------|-----------|----------|\n| Admin | `admin`   |`p@ssw0rd`|\n| User  | `user`    |`p@ssw0rd`|\n\n## License\n\nMIT License. Copyright (c) 2021 Chris Stefano. See [LICENSE](LICENSE) for details.\n\n\u003c!-- Links --\u003e\n[buildpack]: https://github.com/virtualstaticvoid/heroku-buildpack-r\n[deployapp]: https://heroku.com/deploy?template=https://github.com/virtualstaticvoid/heroku-docker-r-shiny-manager-app/tree/main\n[issue_142]: https://github.com/virtualstaticvoid/heroku-buildpack-r/issues/142\n[shiny]: https://shiny.rstudio.com/\n[shinymgr]: https://datastorm-open.github.io/shinymanager/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirtualstaticvoid%2Fheroku-docker-r-shinymanager-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvirtualstaticvoid%2Fheroku-docker-r-shinymanager-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirtualstaticvoid%2Fheroku-docker-r-shinymanager-app/lists"}