{"id":17233933,"url":"https://github.com/caseywebdev/my-homebridge","last_synced_at":"2025-08-17T20:11:24.092Z","repository":{"id":66221737,"uuid":"68206064","full_name":"caseywebdev/my-homebridge","owner":"caseywebdev","description":"My Homebridge set up with Docker. You can use it too!","archived":false,"fork":false,"pushed_at":"2017-07-17T11:38:17.000Z","size":16,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-21T02:21:23.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/caseywebdev.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-09-14T12:52:25.000Z","updated_at":"2017-07-01T16:52:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"674abdc8-3163-458a-b594-d54976efa04d","html_url":"https://github.com/caseywebdev/my-homebridge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/caseywebdev/my-homebridge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caseywebdev%2Fmy-homebridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caseywebdev%2Fmy-homebridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caseywebdev%2Fmy-homebridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caseywebdev%2Fmy-homebridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caseywebdev","download_url":"https://codeload.github.com/caseywebdev/my-homebridge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caseywebdev%2Fmy-homebridge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270899582,"owners_count":24664720,"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-08-17T02:00:09.016Z","response_time":129,"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":[],"created_at":"2024-10-15T05:27:16.560Z","updated_at":"2025-08-17T20:11:24.085Z","avatar_url":"https://github.com/caseywebdev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# my-homebridge\n\nMy [Homebridge] set up with Docker. You can use it too!\n\n## Prerequisites\n\nYou'll need `git`, `docker` (and a working Docker host), and `docker-compose` to\nget this running.\n\n## Config\n\nFirst, clone this repo and enter the project directory.\n\n```bash\ngit clone https://github.com/caseywebdev/my-homebridge.git\ncd my-homebridge\n```\n\nThen, create your `config.json` file in the `.homebridge` directory. For\nexample:\n\n**config.json**\n\n```json\n{\n  \"bridge\": {\n    \"name\": \"Homebridge\",\n    \"username\": \"AB:CD:EF:12:34:56\",\n    \"port\": 51826,\n    \"pin\": \"123-45-678\"\n  },\n  \"accessories\": [...],\n  \"platforms\": [...]\n}\n```\n\nFinally, create a `package.json` in the project root with the `homebridge`\nversion you wish to use, as well as any plugin packages. For example:\n\n**package.json**\n\n```json\n{\n  \"private\": true,\n  \"dependencies\": {\n    \"homebridge\": \"0.3.4\",\n    \"homebridge-harmonyhub\": \"0.1.1\",\n    \"homebridge-nest\": \"1.1.2\"\n  }\n}\n```\n\n## Run\n\nFrom the project root, simply run:\n\n```bash\nbin/run\n```\n\nIf you make any changes to your `config.json` or `package.json`, simply re-run\nthe above command to restart Homebridge with the new settings.\n\n[Homebridge]: https://github.com/nfarina/homebridge\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaseywebdev%2Fmy-homebridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaseywebdev%2Fmy-homebridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaseywebdev%2Fmy-homebridge/lists"}