{"id":16144375,"url":"https://github.com/ryanj/launch-service","last_synced_at":"2026-03-12T14:44:29.558Z","repository":{"id":22946009,"uuid":"26295437","full_name":"ryanj/launch-service","owner":"ryanj","description":"a DEPRECATED Launch Button service for OpenShift V2","archived":false,"fork":false,"pushed_at":"2016-05-25T20:55:07.000Z","size":85,"stargazers_count":7,"open_issues_count":17,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-09-14T06:46:22.167Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://launch-shifter.rhcloud.com/","language":"JavaScript","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/ryanj.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}},"created_at":"2014-11-06T23:46:07.000Z","updated_at":"2019-08-13T15:54:51.000Z","dependencies_parsed_at":"2022-08-21T16:50:38.308Z","dependency_job_id":null,"html_url":"https://github.com/ryanj/launch-service","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryanj/launch-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanj%2Flaunch-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanj%2Flaunch-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanj%2Flaunch-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanj%2Flaunch-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanj","download_url":"https://codeload.github.com/ryanj/launch-service/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanj%2Flaunch-service/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30428718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T14:34:45.044Z","status":"ssl_error","status_checked_at":"2026-03-12T14:09:33.793Z","response_time":114,"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":[],"created_at":"2024-10-10T00:12:50.557Z","updated_at":"2026-03-12T14:44:29.538Z","avatar_url":"https://github.com/ryanj.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Launch-Service [![Build Status](https://api.travis-ci.org/ryanj/launch-service.svg)](https://travis-ci.org/ryanj/launch-service) [![Dependency Check](http://img.shields.io/david/ryanj/launch-service.svg)](https://david-dm.org/ryanj/launch-service)\n\nCustom launch buttons for instant hosting on open platforms:\n\n[![Launch it on OpenShift](https://launch-shifter.rhcloud.com/button/LAUNCH%20ON.svg)](https://launch-shifter.rhcloud.com/r?url=https%3A%2F%2Fopenshift.redhat.com%2Fapp%2Fconsole%2Fapplication_type%2Fcustom%3Fcartridges%5B%5D%3Dnodejs-0.10%26initial_git_url%3Dhttps%3A%2F%2Fgithub.com%2Fryanj%2Flaunch-service.git%26name%3Dlaunch) \u0026nbsp; [![RUN ME ON OpenShift](https://launch-shifter.rhcloud.com/launch/light/RUN%20ME%20ON.svg)](https://launch-shifter.rhcloud.com/r?url=https%3A%2F%2Fopenshift.redhat.com%2Fapp%2Fconsole%2Fapplication_type%2Fcustom%3Fcartridges%5B%5D%3Dnodejs-0.10%26initial_git_url%3Dhttps%3A%2F%2Fgithub.com%2Fryanj%2Flaunch-service.git%26name%3Dlaunch)\n\nCreate your own launchers here: [launch-shifter.rhcloud.com](https://launch-shifter.rhcloud.com)\n\n## Run your own launch service\n\nTo deploy a clone of this application using the [`rhc` command line tool](http://rubygems.org/gems/rhc):\n\n    rhc app create launch nodejs-0.10 --from-code=https://github.com/ryanj/launch-service.git\n    \nOr [link to a web-based clone+deploy](https://openshift.redhat.com/app/console/application_type/custom?cartridges%5B%5D=nodejs-0.10\u0026initial_git_url=https%3A%2F%2Fgithub.com%2Fryanj%2Flaunch-service.git) on [OpenShift Online](http://OpenShift.com) or on [your own OpenShift cloud](http://openshift.github.io): \n\n    https://openshift.redhat.com/app/console/application_type/custom?cartridges%5B%5D=nodejs-0.10\u0026initial_git_url=https%3A%2F%2Fgithub.com%2Fryanj%2Flaunch-service.git\n\n## Local Development\nInstall dependencies:\n\n```bash\nnpm install\n```\n\nStart a local server:\n\n```bash\nnpm start\n```\n\n## Docker\nTo run [the related docker image](https://registry.hub.docker.com/u/ryanj/launch-service/):\n\n```bash\ndocker pull ryanj/launch-service\ndocker run -d -p 8080:8080 -e \"HOSTNAME=localhost\" -e \"APP_NAME=app_name\" ryanj/launch-service\n```\n\n## OpenShiftM5 and kubernetes\nA [sample kubernetes pod configuration file](https://github.com/ryanj/launch-service/blob/master/launch-pod.json) is included for running [this project's Docker build](https://registry.hub.docker.com/u/ryanj/launch-service/) on [an OriginM5 hosting environment](https://github.com/openshift/origin#getting-started):\n\n```bash\nHOSTNAME=localhost APP_NAME=app_name $GOPATH/src/github.com/openshift/origin/_output/go/bin/openshift kube create pods -c ~/src/launch-service/launch-pod.json\n```\n\n## License\nThis code is dedicated to the public domain to the maximum extent permitted by applicable law, pursuant to CC0 (http://creativecommons.org/publicdomain/zero/1.0/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanj%2Flaunch-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanj%2Flaunch-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanj%2Flaunch-service/lists"}