{"id":15645116,"url":"https://github.com/mikefarah/dashinator","last_synced_at":"2025-04-30T10:30:24.934Z","repository":{"id":66339900,"uuid":"70469827","full_name":"mikefarah/dashinator","owner":"mikefarah","description":"Dashinator the daringly delightful dashboard. A replacement for dashing","archived":false,"fork":false,"pushed_at":"2017-04-26T00:22:00.000Z","size":976,"stargazers_count":56,"open_issues_count":1,"forks_count":5,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-25T07:01:47.529Z","etag":null,"topics":["bamboo","business-intelligence","continuous-delivery","continuous-integration","dashboard","information-radar","metrics"],"latest_commit_sha":null,"homepage":"","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/mikefarah.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":"2016-10-10T08:53:18.000Z","updated_at":"2022-05-07T16:23:34.000Z","dependencies_parsed_at":"2023-02-23T04:00:58.217Z","dependency_job_id":null,"html_url":"https://github.com/mikefarah/dashinator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikefarah%2Fdashinator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikefarah%2Fdashinator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikefarah%2Fdashinator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikefarah%2Fdashinator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikefarah","download_url":"https://codeload.github.com/mikefarah/dashinator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242640885,"owners_count":20162051,"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":["bamboo","business-intelligence","continuous-delivery","continuous-integration","dashboard","information-radar","metrics"],"created_at":"2024-10-03T12:04:38.254Z","updated_at":"2025-03-09T03:31:31.775Z","avatar_url":"https://github.com/mikefarah.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# dashinator [![Build Status](https://travis-ci.org/mikefarah/dashinator.svg?branch=master)](https://travis-ci.org/mikefarah/dashinator)\ndashinator the daringly delightful dashboard. A node + react + redux replacement for [dashing](https://github.com/Shopify/dashing/blob/master/README.md).\n\nUse it as an information radar for teams. I use it to monitor about 30 micro-services across several environments as well as relevant the CI builds and deployments. I also use it as an information radar to show business intelligence metrics :)\n\nDid I mention that it's responsive? Works on tablets and mobiles so you can check it (or show it off) on the go :)\n\nCurrently it supports [Bamboo](https://www.atlassian.com/software/bamboo), happy for pull requests to accept other CI tools too.\n\n![Screenshot](screenshots.gif)\n\n## Usage\n\nYou can use it 'out of the box' by providing a configuration. However, for more advanced customisation you will probably need to clone it and hack away.\n\n### GIT\nClone the repo then\n```sh\n./server/index.js myTeamsConfig.yaml\n```\n\n### Docker\n\n```\ncat myTeamsConfig.yaml | docker run -i -p 3000:3000 mikefarah/dashinator -\n```\n\nThen browse to http://localhost:3000\n\n## Example config YAML\n\n```yaml\nproductionEnvironment:\n  - name: http listener\n    url: http://localhost:9999/health_check\n\ntestEnvironments:\n  - name: DEV http listener\n    url: http://localhost:9999/health_check\n  - name: QA http listener\n    url: http://localhost:9999/health_check\n\nbamboo:\n  baseUrl: https://bamboo.com\n  requestOptions:\n    strictSSL: false\n    auth:\n      user: user\n      password: password\n  plans:\n      - AWESOME-PLAN\n```\n\nThe health_check endpoints are assumed to return a successful HTTP response code if the service is healthy (successful as defined by node's request library).\n\ndashinator will poll the services and bamboo every 20 seconds and update the dashboard accordingly.\n\n\n## Ignore self signed certificates\n\nSet the NODE_TLS_REJECT_UNAUTHORIZED environment variable to 0.\n\ne.g:\n\n```\ncat myTeamsConfig.yaml | docker run -i -p 3000:3000 -e NODE_TLS_REJECT_UNAUTHORIZED=0 mikefarah/dashinator -\n```\n\nor\n\n```sh\nNODE_TLS_REJECT_UNAUTHORIZED=0 ./server/index.js myTeamsConfig.yaml\n```\n\n\n## Contributing\n\nFork, make changes, run precommit.sh then create a pull request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikefarah%2Fdashinator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikefarah%2Fdashinator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikefarah%2Fdashinator/lists"}