{"id":21722428,"url":"https://github.com/timstott/honeydash","last_synced_at":"2026-05-13T05:42:17.024Z","repository":{"id":74257641,"uuid":"53199687","full_name":"timstott/honeydash","owner":"timstott","description":"A Honeybadger dashboard for teams","archived":false,"fork":false,"pushed_at":"2016-08-30T21:17:02.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-25T19:07:10.436Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Clojure","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/timstott.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-03-05T12:10:40.000Z","updated_at":"2016-10-24T22:10:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"6082b75b-d1b1-45fe-8f47-1f16f0ec64a1","html_url":"https://github.com/timstott/honeydash","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timstott%2Fhoneydash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timstott%2Fhoneydash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timstott%2Fhoneydash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timstott%2Fhoneydash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timstott","download_url":"https://codeload.github.com/timstott/honeydash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244695613,"owners_count":20494846,"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":[],"created_at":"2024-11-26T02:28:51.195Z","updated_at":"2026-05-13T05:42:16.991Z","avatar_url":"https://github.com/timstott.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# honeydash\n\nA Honeybadger dashboard for teams\n\n![honeydash](https://cloud.githubusercontent.com/assets/1334474/14407554/7e04f46e-fec5-11e5-9542-7b323bbe5eb0.jpg)\n\n## Features\n\n- Aggregates multiple projects faults on one page\n- Supports filtering by tag\n- Project specific configuration\n\n## How to Use\n\nGet the latest Honeydash image\n```\ndocker run -p 8005:80 timstott/honeydash\n```\n\nBrowse to `http://localhost:8005?auth_token=\u003choneybadger token\u003e\u0026gist_id=\u003cgist id\u003e\u0026order_by=\u003cmethod\u003e`\n\nQuery parameters:\n\n- `auth_token`: Honeybadger user token available at https://app.honeybadger.io/users/edit\n- `gist_id`: Projects configuration Gist id\n- `order_by`: Sort faults by highest number of occurrence with `count` or by most recent occurrence with `recent`\n\n\nProjects configuration:\n\nHoneydash fetches Honeybadger project faults based on the configuration specified in a Gist.\n\nThe Gist must include one JSON file with the following syntax:\n```json\n[\n  {\n    \"id\": 9009,\n    \"name\": \"Data Warehouse\",\n    \"tags\": []\n  },\n  {\n    \"id\": 9010,\n    \"name\": \"Data Processor\",\n    \"tags\": [\"SPLIT A\", \"SPLIT B\"]\n  }\n]\n```\n\n## Development\n\nDependencies:\n\n- [leiningen](http://leiningen.org/)\n- phantomjs 2.0 (optional)\n\nTo get an interactive development environment run:\n\n```\nbin/boot\n```\n\nThis will install dependencies, auto compile and send all changes to the browser\nwithout the need to reload.\nOpen your browser at [localhost:3449](http://localhost:3449/).\n\nTests automatically run in the browser console when the source updates.\n\nAlternatively you can run the tests in the terminal with (phantomjs required):\n\n```\nbin/test\n```\n\n## Distribution\n\nHoneydash is available as a docker image.\n\nYou may compile the source and build a new image with:\n```\nbin/compile\nbin/build-image\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimstott%2Fhoneydash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimstott%2Fhoneydash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimstott%2Fhoneydash/lists"}