{"id":13582627,"url":"https://github.com/healthchecks/dashboard","last_synced_at":"2025-08-25T21:07:39.729Z","repository":{"id":97591322,"uuid":"195552058","full_name":"healthchecks/dashboard","owner":"healthchecks","description":"A standalone dashboard page showing the status of the checks in your Healthchecks.io account.","archived":false,"fork":false,"pushed_at":"2025-08-05T14:08:58.000Z","size":116,"stargazers_count":97,"open_issues_count":0,"forks_count":44,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-08-05T15:38:44.635Z","etag":null,"topics":["cron","devops","monitoring"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/healthchecks.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,"zenodo":null}},"created_at":"2019-07-06T15:01:54.000Z","updated_at":"2025-08-05T14:09:02.000Z","dependencies_parsed_at":"2025-08-05T15:23:53.818Z","dependency_job_id":"3f4dc6ee-763c-4c09-aa18-3c1d2dded972","html_url":"https://github.com/healthchecks/dashboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/healthchecks/dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/healthchecks%2Fdashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/healthchecks%2Fdashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/healthchecks%2Fdashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/healthchecks%2Fdashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/healthchecks","download_url":"https://codeload.github.com/healthchecks/dashboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/healthchecks%2Fdashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272131802,"owners_count":24878988,"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-25T02:00:12.092Z","response_time":1107,"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":["cron","devops","monitoring"],"created_at":"2024-08-01T15:02:53.714Z","updated_at":"2025-08-25T21:07:39.704Z","avatar_url":"https://github.com/healthchecks.png","language":"HTML","funding_links":[],"categories":["HTML","monitoring"],"sub_categories":[],"readme":"[![Docker Pulls](https://img.shields.io/docker/pulls/healthchecks/dashboard)](https://hub.docker.com/r/healthchecks/dashboard)\n\n# Healthchecks.io Status Dashboard\n\nA standalone dashboard page showing the status of the checks in your [Healthchecks.io](https://healthchecks.io)\naccount.\n\n[See a live example dashboard here](https://cuu508.github.io/).\n\n* Single page, no external dependencies.\n* Plain HTML, JS and CSS. Fork it and hack on it – no build tools or dev environment needed.\n* Live-updates every 5 seconds.\n* Can display checks from multiple projects.\n* Uses Healthchecks.io read-only API keys, does not expose ping URLs.\n\n\n## Dark Theme\n\n![Dark THeme](/docs/theme-dark.png?raw=true \"Dark Theme\")\n\n## Light Theme\n\n![Light THeme](/docs/theme-light.png?raw=true \"Light Theme\")\n\n\n## How To Use\n\n* Fork the repository.\n* Edit `index.html` and replace the API keys in `\u003ch1\u003e` tags. Be sure to use the\n**read-only** API keys!\n* Optionally, you can tweak the colors, font sizes and layout.\n* Publish the `index.html` file to a web server (Github pages, S3 bucket,\nNetlify, ...), or simply open it as a local file in your browser.\n\n## Specifying API Keys in the URL\n\nAs an alternative to editing `index.html`, the projects and their API keys can be\nspecified in the URL. Put them in the fragment identifier (after the \"#\" character) as\namperstand-delimited \"apikey=title\" pairs. Example:\n\n\tindex.html#UKsc30GIblRMKKN4BEPXcBNLa8bx4grU=Monitoring\u0026uKatH7z6dSuN2Zyf1luRCmPDkw3fw2U0=Demo\n\nThe light theme is used by default, but the dark theme can also be specified\nvia the URL:\n\n\n\tindex.html#theme=dark\n\n\n## Security\n\nIf you decide to make your dashboard public, your read-only API key will\nbecome public as well. Using the read-only API key, anybody can fetch basic information\nabout checks in your project. This includes, for each check:\n\n* name, **tags and description** (even though tags and descriptions are currently not\nbeing shown on the dashboard)\n* check's schedule (period, grace time, cron expression + timezone)\n* current status (new / up / down / paused)\n* precise time of the last ping\n* precise time of when the next ping is expected\n* total number of pings the check has received\n\nHere are the things that the read-only API keys *cannot* do:\n\n* the ping URLs are not exposed. You are not risking unexpected pings from random visitors\n* no write access: cannot update or delete the existing checks, cannot create new checks\nin your project\n\n\n## Docker image\n\nThere is an official [Healthchecks.io Status Dashboard Docker image](https://hub.docker.com/r/healthchecks/dashboard)\non Docker Hub ready to use. The image is [automatically built](https://github.com/healthchecks/dashboard/actions/workflows/publish_docker_image.yml)\non each commit.\n\nThe image starts a lightweight [Caddy 2 Webserver](https://caddyserver.com/) with the\ndashboard at the webserver's root. The example below starts a one-off, interactive\ncontainer serving on port 8080 (`CTRL+C` to stop it):\n\n```\n$ docker run --rm -it -p 8080:80 healthchecks/dashboard\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhealthchecks%2Fdashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhealthchecks%2Fdashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhealthchecks%2Fdashboard/lists"}