[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-10801":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":17,"stars90d":16,"forks30d":16,"starsTrendScore":18,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":23,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":31,"readmeContent":32,"aiSummary":33,"trendingCount":16,"starSnapshotCount":16,"syncStatus":17,"lastSyncTime":34,"discoverSource":35},10801,"linux-dash","tariqbuilds\u002Flinux-dash","tariqbuilds","A beautiful web dashboard for Linux","https:\u002F\u002Fafaqurk.github.io\u002Flinux-dash\u002F",null,"JavaScript",10582,1189,333,32,0,2,1,44.23,"MIT License",false,"master",true,[25,26,5,27,28,29,30],"dashboard","linux","monitoring","server","ui","web","2026-06-12 02:02:26","\u003Ch1 align=\"center\">\n  \u003Ca href=\"https:\u002F\u002Fafaqurk.github.io\u002Flinux-dash\">\n    \u003Cimg src=\"https:\u002F\u002Fraw.githubusercontent.com\u002Fafaqurk\u002Fscreenshots\u002Fmaster\u002Flinux-dash\u002Fv2.0-logo.png\"\u002F>\n  \u003C\u002Fa>\n\u003C\u002Fh1>\n\n\u003Cp align=\"center\">\n  \u003Csub>v2.0\u003C\u002Fsub>\u003Cbr\u002F>\n  \u003Csmall>A simple & low-overhead web dashboard for linux systems\u003C\u002Fsmall>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  \u003Csmall>\n    \u003Ca href=\"https:\u002F\u002Fafaqurk.github.io\u002Flinux-dash\">Demo\u003C\u002Fa> &nbsp;|&nbsp;\n    \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fafaqurk\u002Flinux-dash\u002Fwiki\">\n      Docs\n    \u003C\u002Fa>\n  \u003C\u002Fsmall>\n\u003C\u002Fp>\n\n\n\u003Cp align=\"center\">\n  \u003Ca href=\"https:\u002F\u002Fgitter.im\u002Fafaqurk\u002Flinux-dash\">\n    \u003Cimg\n      src=\"https:\u002F\u002Fbadges.gitter.im\u002FgitterHQ\u002Fgitter.png\"\n      alt=\"linux-dash Gitter chat\">\n  \u003C\u002Fa>\n\u003C\u002Fp>\n\n\u003Cbr\u002F>\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 Node.js, Go, Python, PHP\n\n## Installation\n\n### Step 1\n```sh\n## 1. clone the repo\ngit clone --depth 1 https:\u002F\u002Fgithub.com\u002Fafaqurk\u002Flinux-dash.git\n\n## 2. go to the cloned directory\ncd linux-dash\u002Fapp\u002Fserver\n\n```\nOR, if you prefer to download manually:\n\n```sh\n## 1. Download the .zip\ncurl -LOk https:\u002F\u002Fgithub.com\u002Fafaqurk\u002Flinux-dash\u002Farchive\u002Fmaster.zip && unzip master.zip\n\n## 2. navigate to downloaded & unzipped dir\ncd linux-dash-master\u002Fapp\u002Fserver\n\n```\n\n### Step 2\n\nSee instructions for preferred server linux-dash server _(all included)_:\n\n* [Node.js](#if-using-nodejs) _(recommended)_\n* [Go](#if-using-go)\n* [Python](#if-using-python)\n* [PHP](#if-using-php)\n\n#### If Using Node.js\n```sh\n## install dependencies\nnpm install --production\n\n## start linux-dash (on port 80 by default; may require sudo)\n## You may change this with the `LINUX_DASH_SERVER_PORT` environment variable (eg. `LINUX_DASH_SERVER_PORT=8080 node server`)\n## or provide a --port flag to the command below\n## Additionally, the server will listen on every network interface (`0.0.0.0`).\n## You may change this with the `LINUX_DASH_SERVER_HOST` environment variable (eg. `LINUX_DASH_SERVER_HOST=127.0.0.1 node server`)\n## or provide a --host flag to the command below\nnode index.js\n\n```\n\n#### If Using Go\n```sh\n## start the server (on port 80 by default; may require sudo)\ngo run index.go\n```\n\nTo build a binary, run `go build && .\u002Fserver -h`. See [@tehbilly](https:\u002F\u002Fgithub.com\u002Fsergeifilippov)'s notes [here](https:\u002F\u002Fgithub.com\u002Fafaqurk\u002Flinux-dash\u002Fpull\u002F281) for binary usage options\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 PHP\n\n1. Make sure you have the `exec`, `shell_exec`, and `escapeshellarg` functions enabled\n2. Point your web server to `app\u002F` directory under `linux-dash`\n2. Restart your web server (Apache, nginx, etc.)\n  - For PHP + Apache setup follow the [Digital Ocean tutorial](https:\u002F\u002Fwww.digitalocean.com\u002Fcommunity\u002Ftutorials\u002Fhow-to-install-linux-dash-on-ubuntu-14-04).\n  - For help with nginx setup, see [this gist](https:\u002F\u002Fgist.github.com\u002Fsergeifilippov\u002F8909839) by [@sergeifilippov](https:\u002F\u002Fgithub.com\u002Fsergeifilippov).\n\n## Support\n\nFor general help, please use the [Gitter chat room](https:\u002F\u002Fgitter.im\u002Fafaqurk\u002Flinux-dash).\n\n## Security\n\n**It is strongly recommended** that all linux-dash installations be protected via a security measure of your choice.\n\nLinux Dash does not provide any security or authentication features.\n","Linux Dash 是一个简洁且低开销的 Linux 系统 Web 仪表盘。它提供了系统状态监控的核心功能，包括 CPU、内存、磁盘使用情况等，并以美观直观的方式呈现这些信息。该项目体积小巧（不到400KB），支持多种后端技术栈如Node.js、Go、Python和PHP，用户可根据自身环境选择合适的部署方式。其简易安装过程使得Linux Dash非常适合需要快速搭建监控界面的小型服务器或个人开发环境使用。","2026-06-11 03:30:15","top_topic"]