{"id":13941945,"url":"https://github.com/cpsievert/apps","last_synced_at":"2026-03-11T06:32:31.446Z","repository":{"id":6634628,"uuid":"7878588","full_name":"cpsievert/apps","owner":"cpsievert","description":"Carson Sievert's web applications","archived":false,"fork":false,"pushed_at":"2018-07-18T16:42:26.000Z","size":1628,"stargazers_count":79,"open_issues_count":4,"forks_count":60,"subscribers_count":7,"default_branch":"master","last_synced_at":"2026-01-14T01:45:29.193Z","etag":null,"topics":["flask","flask-application","javascript","python","r","shiny"],"latest_commit_sha":null,"homepage":"http://206.189.192.6:8080/","language":"JavaScript","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/cpsievert.png","metadata":{"files":{"readme":"README.Rmd","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}},"created_at":"2013-01-28T20:46:00.000Z","updated_at":"2025-10-06T09:13:57.000Z","dependencies_parsed_at":"2022-08-26T06:21:55.673Z","dependency_job_id":null,"html_url":"https://github.com/cpsievert/apps","commit_stats":null,"previous_names":["cpsievert/shiny_apps"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cpsievert/apps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpsievert%2Fapps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpsievert%2Fapps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpsievert%2Fapps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpsievert%2Fapps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpsievert","download_url":"https://codeload.github.com/cpsievert/apps/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpsievert%2Fapps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30373474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"last_error":"SSL_read: 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":["flask","flask-application","javascript","python","r","shiny"],"created_at":"2024-08-08T02:01:37.133Z","updated_at":"2026-03-11T06:32:31.428Z","avatar_url":"https://github.com/cpsievert.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n# My web applications \u003cimg src=\"http://logo-logos.com/wp-content/uploads/2016/10/Docker_logo_logotype.png\" width=100 align=\"right\" /\u003e \u003cimg src=\"https://www.rstudio.com/wp-content/uploads/2014/04/shiny.png\" width=100 align=\"right\" /\u003e \u003cimg src=\"http://www.unixstickers.com/image/cache/data/stickers/flask/Flask-text.sh-180x180.png\" width=100 align=\"right\" /\u003e \n\nThis repo contains code for building and deploying [web applications](https://en.wikipedia.org/wiki/Web_application) (e.g. [shiny](https://cran.r-project.org/package=shiny), [fiery](https://cran.r-project.org/package=fiery), and [flask](http://flask.pocoo.org/)) that I've developed for public consumption. \n\n## Run an app (as a docker container)\n\nEach app has it's own [Docker](https://www.docker.com/) container, as well as a [image tag on DockerHub](https://hub.docker.com/r/cpsievert/apps/builds/), so you can easily run apps on your local machine; for example, this will run the [zikar (shiny) app](https://github.com/cpsievert/apps/tree/master/shiny/apps/zikar) on \u003chttp://localhost:3838\u003e\n\n```shell\ndocker run -p 3838:3838 cpsievert/apps:shiny-zikar\n```\n\nIf you'd like to run a particular app in this repo, you can get the relevant image tag from the [`application.yml`](https://github.com/cpsievert/apps/blob/master/application.yml) file.\n\n## Acquire all the app images\n\nTo run all the applications, you'll need to pull (or build) all the corresponding docker images. A necessary first step is to pull (or build) the corresponding docker images. Either way, I'd suggest cloning this repo:\n\n```shell\ngit clone https://github.com/cpsievert/apps.git\ncd apps\n```\n\nNow you can run the `make` command to *build* all the images or `make pull` to pull them from [my registry](https://hub.docker.com/r/cpsievert/apps/).\n\n## Run all the apps via shinyproxy\n\nThe [`application.yml`](https://github.com/cpsievert/apps/blob/master/application.yml) can be used/modified to (securely) run all the applications as a service via [shinyproxy](https://www.shinyproxy.io/). See my blog post (coming soon).\n\n```shell\nwget https://www.shinyproxy.io/downloads/shinyproxy-1.0.1.jar\njava -jar shinyproxy-1.0.1.jar\n```\n\n## Contributing\n\nSome guidelines for adding new apps:\n\n### shiny\n\n* Run `make shiny app=my-app` (replacing `my-app` with a suitable name).\n* Place your shiny app under the new `shiny/apps/my-app` directory.\n* Ensure the Dockerfile has the right system/R requirements (`rsconnect::appDependencies()` can be helpful during this step).\n* Add `docker build -t cpsievert/apps:shiny-my-app shiny/apps/my-app` to the [Makefile](https://github.com/cpsievert/apps/blob/96aa5dcf/Makefile#L3)\n* Under [apps](https://github.com/cpsievert/apps/blob/96aa5dcf/application.yml#L16) in the `application.yml` file, add your app's name, description, etc.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpsievert%2Fapps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcpsievert%2Fapps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpsievert%2Fapps/lists"}