{"id":28289503,"url":"https://github.com/louisyoungx/linux-sys-dashboard","last_synced_at":"2026-05-09T00:12:53.441Z","repository":{"id":217341281,"uuid":"408238503","full_name":"louisyoungx/linux-sys-dashboard","owner":"louisyoungx","description":"Linux系统可用的Web仪表盘","archived":false,"fork":false,"pushed_at":"2021-09-19T21:15:47.000Z","size":108,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T05:42:52.992Z","etag":null,"topics":["flask","python"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/louisyoungx.png","metadata":{"files":{"readme":"README.en.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}},"created_at":"2021-09-19T21:15:13.000Z","updated_at":"2022-04-27T03:36:10.000Z","dependencies_parsed_at":"2024-01-15T22:01:16.568Z","dependency_job_id":"baae6b6c-614a-4e46-a62a-ab8938e5dcb8","html_url":"https://github.com/louisyoungx/linux-sys-dashboard","commit_stats":null,"previous_names":["louisyoungx/linux-sys-dashboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/louisyoungx/linux-sys-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisyoungx%2Flinux-sys-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisyoungx%2Flinux-sys-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisyoungx%2Flinux-sys-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisyoungx%2Flinux-sys-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/louisyoungx","download_url":"https://codeload.github.com/louisyoungx/linux-sys-dashboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisyoungx%2Flinux-sys-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32802613,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["flask","python"],"created_at":"2025-05-22T01:12:22.735Z","updated_at":"2026-05-09T00:12:53.424Z","avatar_url":"https://github.com/louisyoungx.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003ca href=\"https://gitee.com/louisyoung1/projects\"\u003e\n    \u003cimg src=\"https://portrait.gitee.com/uploads/avatars/user/2529/7589523_louisyoung1_1597595544.png\"/\u003e\n  \u003c/a\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003csub\u003ev1.0\u003c/sub\u003e\u003cbr/\u003e\n  \u003csmall\u003eA simple \u0026 low-overhead web dashboard for linux systems\u003c/small\u003e\n\u003c/p\u003e\n\n\n\u003cp align=\"center\"\u003e\n  \u003csmall\u003e\n    \u003ca href=\"https://afaqurk.github.io/linux-dash\"\u003eDemo\u003c/a\u003e \u0026nbsp;|\u0026nbsp;\n    \u003ca href=\"https://github.com/afaqurk/linux-dash/wiki\"\u003e\n      Docs\n    \u003c/a\u003e\n  \u003c/small\u003e\n\u003c/p\u003e\n\n\n\n\u003cbr/\u003e\n\n## Features\n* **Small** ----- Under 400KB on disk _(with .git removed)!_\n* **Simple** ---- A minimalist, beautiful dashboard\n* **Easy** ------ Drop-in installation\n* **Versatile** -- Choose your stack from Python, Docker\n\n## Installation\n\n### Step 1\n```sh\n## 1. clone the repo\ngit clone https://gitee.com/louisyoung1/linux-sys-dashboard.git\n\n## 2. go to the cloned directory\ncd linux-sys-dashboard\n\n```\nOR, if you prefer to download manually:\n\n```sh\n## 1. Download the .zip\ncurl -LOk https://gitee.com/louisyoung1/linux-sys-dashboard/repository/archive/master.zip \u0026\u0026 unzip master.zip\n\n## 2. navigate to downloaded \u0026 unzipped dir\ncd linux-sys-dashboard\n\n```\n\n### Step 2\n\nSee instructions for preferred server linux-dash server :\n\n* [Python](#if-using-python)\n* [Python](#if-using-python)\n\n#### If Using Python\n```sh\n# Start the server (on port 80 by default; may require sudo).\npython index.py\n```\n\n#### If Using Docker\n\nMake sure you have the Docker enabled, You can install it with one command\n\n```sh\ncurl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun\n```\n\n## Support\n\nFor general help, please contact me in [Louis-House](https://www.louisyoung.work/Contact).\n\n## Security\n\n**It is strongly recommended** that all **[Linux-sys Dashboard](https://gitee.com/louisyoung1/linux-sys-dashboard)** installations be protected via a security measure of your choice.\n\n**[Linux-sys Dashboard](https://gitee.com/louisyoung1/linux-sys-dashboard)** does not provide any security or authentication features.\n\n## License\n\nThe MIT License (**[MIT](https://gitee.com/louisyoung1/linux-sys-dashboard/blob/master/LICENSE)**)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouisyoungx%2Flinux-sys-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flouisyoungx%2Flinux-sys-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouisyoungx%2Flinux-sys-dashboard/lists"}