{"id":17027364,"url":"https://github.com/jaypyles/dashboard","last_synced_at":"2025-10-10T09:31:21.813Z","repository":{"id":255960311,"uuid":"843172264","full_name":"jaypyles/dashboard","owner":"jaypyles","description":"Custom built server manager/dashboard. ","archived":false,"fork":false,"pushed_at":"2025-03-31T15:29:03.000Z","size":13277,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T18:52:50.100Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/jaypyles.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":"2024-08-15T23:57:38.000Z","updated_at":"2025-03-31T15:29:07.000Z","dependencies_parsed_at":"2024-11-28T00:22:40.029Z","dependency_job_id":"26e6daa9-37be-4d9e-8a01-e3d245b3f455","html_url":"https://github.com/jaypyles/dashboard","commit_stats":null,"previous_names":["jaypyles/dashboard"],"tags_count":42,"template":false,"template_full_name":null,"purl":"pkg:github/jaypyles/dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaypyles%2Fdashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaypyles%2Fdashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaypyles%2Fdashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaypyles%2Fdashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaypyles","download_url":"https://codeload.github.com/jaypyles/dashboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaypyles%2Fdashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003405,"owners_count":26083581,"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-10-10T02:00:06.843Z","response_time":62,"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-14T07:47:41.670Z","updated_at":"2025-10-10T09:31:19.534Z","avatar_url":"https://github.com/jaypyles.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Server Manager\n\nCustom built server manager/dashboard. Easily configure hosts and commands using `.yaml` files. Integrates with self-hosted app integrations such as: Arr stack, Jellyfin, etc.\n\n## Features\n\n### Dashboard\n\n- View CPU usage, storage usage, and running container counts\n- Run commands on multiple hosts\n- Docker app integrations\n\n![main_page](https://github.com/jaypyles/dashboard/blob/master/docs/main_page.png)\n\n### Server Page\n\n- Queue remote commands\n- Save command outputs for viewing\n- Add new commands\n- Change configuration in app\n\n![server_page](https://github.com/jaypyles/dashboard/blob/master/docs/server_page.png)\n\n## Deployment\n\nTo deploy the dashboard, you can use the `docker-compose.yml` file.\n\nRun the command: `make pull up`\n\n## Integrations\n\nIntegrates with several self-hosted apps such as: Arr stack, Jellyfin, etc. Used to report quick stats and link to external apps.\n\nAll example config files can be found in the `docs/integrations` folder.\n\n## Adding Configs\n\nConfigs must be placed underneath `/dashboard/configs` with the name `\u003cname\u003e.yaml` or you can mount a volume to `/project/configs`\n\nExample config:\n\nNote: the name of the config file must match the name key in the config file.\n\n```yaml\nhost:\n  name: server\n  hostname: 127.0.0.1\n  port: 22\n  username: user\n  password: password\n  storage:\n    - /path/to/storage/to/monitor\n\ncommands:\n  - name: \"view app logs\"\n    command: \"docker logs server-dashboard\"\n    args: # args is optional\n      - flag: \"-n\"\n        value: \"100\"\n```\n\n### Adding Integrations\n\nIntegrations must be placed underneath `/dashboard/configs/integrations` with the name `\u003cname\u003e.yml`\n\nThe `display_url` is optional and is used if you want to display a different url than the `url` in the integration, for example: http://192.168.1.100:8096 is the jellyfin url, but you want to display the jellyfin dashboard url located https://yourdomain.com/jellyfin.\n\nExample integration:\n\n```yaml\nurl: \u003curl\u003e\napi_key: \u003capi_key\u003e\ndisplay_url: \u003cdisplay_url\u003e # optional\n```\n\n### Editing the Background\n\nYou can click the file icon in the top right corner to change the background or you can upload a new image to the `/dashboard/configs/assets/background.jpeg` file.\n\nThe background will be displayed on the dashboard and the server page.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaypyles%2Fdashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaypyles%2Fdashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaypyles%2Fdashboard/lists"}