{"id":38616131,"url":"https://github.com/apollux/dashy","last_synced_at":"2026-01-18T10:42:44.117Z","repository":{"id":37216436,"uuid":"186484138","full_name":"apollux/dashy","owner":"apollux","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-10T17:22:57.000Z","size":3186,"stargazers_count":0,"open_issues_count":20,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-29T19:03:05.559Z","etag":null,"topics":["dashboard","monitoring","monitoring-tool","monitors","screen"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apollux.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}},"created_at":"2019-05-13T19:39:55.000Z","updated_at":"2019-09-23T14:00:23.000Z","dependencies_parsed_at":"2023-01-26T05:30:43.041Z","dependency_job_id":null,"html_url":"https://github.com/apollux/dashy","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/apollux/dashy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apollux%2Fdashy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apollux%2Fdashy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apollux%2Fdashy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apollux%2Fdashy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apollux","download_url":"https://codeload.github.com/apollux/dashy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apollux%2Fdashy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28504539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"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":["dashboard","monitoring","monitoring-tool","monitors","screen"],"created_at":"2026-01-17T08:49:48.660Z","updated_at":"2026-01-17T08:49:48.720Z","avatar_url":"https://github.com/apollux.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dashy\n\n\u003e A configurable browser view to displays dashboards or other websites on the\n\u003e available monitors.\n\n## Features\n\n- Multi monitor aware\n- Group urls to always be visible on the same monitor\n- Configurable refresh interval per URL\n\n## Installation\n\nInstallers can be downloaded here: https://github.com/apollux/dashy/releases\nAlternatively you can build your own by cloning the repo and running:\n`yarn \u0026\u0026 yarn run dist`\n\n## Configuration\n\nConfiguration is done through a `config.json` file. On Linux this should be\nplaced at `~/.config/Dashy/config.json` On Windows the this should be placed at\n`%APPDATA%/Dashy/config.json`.\n\nThe controls window can remain hidden on startup by setting\n`\"hideControlsOnStart\": true`.\n\nThe cycle time is controlled by `cycleTime`. This defaults to 15000 which represents 15 seconds.\n\nThe URLs to load can be configured in a couple of different ways.\n\n### List of URLs to spread evenly over the available monitors\n\n```json\n{\n  \"urls\": [\"https://foo.bar\", \"https://foo.baz\", \"https://foo.bas\"]\n}\n```\n\nWhen a single monitor is available, the three URLs will rotate every 15s, on multiple monitors the URLs will be spread evenly over the available monitors and may rotate when needed.\n\n### Group URLs to be on same monitor\n\n```json\n{\n  \"urls\": [[\"https://foo.bar\", \"https://foo.baz\"], \"https://foo.bas\"]\n}\n```\n\nRegardless of the number of available monitors `foo.bar` and `foo.baz` will rotate on the same monitor.\n\n### Auto refresh URL\n\n```json\n{\n  \"urls\": [\n    { \"url\": \"https://foo.bar\", \"refreshInterval\": 5000 },\n    \"https://foo.baz\",\n    \"https://foo.bas\"\n  ]\n}\n```\n\nThis will refresh `foo.bar` every 5 seconds.\n\n## Usage\n\nThe ControlWindow (`F12`) allows for pausing of cycling the pages and manually\nstepping to a certain page. This allows for configuration or entering\ncredentials on a page.\n\nThe dev tools of open pages and the control window can be toggled with\n`Ctrl+F12`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapollux%2Fdashy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapollux%2Fdashy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapollux%2Fdashy/lists"}