{"id":26647903,"url":"https://github.com/afaqurk/linux-dash","last_synced_at":"2025-03-25T00:01:40.148Z","repository":{"id":11229765,"uuid":"13622189","full_name":"tariqbuilds/linux-dash","owner":"tariqbuilds","description":"A beautiful web dashboard for Linux","archived":false,"fork":false,"pushed_at":"2024-04-16T18:08:58.000Z","size":4694,"stargazers_count":10460,"open_issues_count":44,"forks_count":1206,"subscribers_count":342,"default_branch":"master","last_synced_at":"2025-03-20T04:22:58.533Z","etag":null,"topics":["dashboard","linux","linux-dash","monitoring","server","ui","web"],"latest_commit_sha":null,"homepage":"https://afaqurk.github.io/linux-dash/","language":"JavaScript","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/tariqbuilds.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2013-10-16T14:58:47.000Z","updated_at":"2025-03-17T09:22:00.000Z","dependencies_parsed_at":"2024-06-20T08:30:11.489Z","dependency_job_id":null,"html_url":"https://github.com/tariqbuilds/linux-dash","commit_stats":null,"previous_names":["afaqurk/linux-dash"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tariqbuilds%2Flinux-dash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tariqbuilds%2Flinux-dash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tariqbuilds%2Flinux-dash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tariqbuilds%2Flinux-dash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tariqbuilds","download_url":"https://codeload.github.com/tariqbuilds/linux-dash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245372376,"owners_count":20604491,"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","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","linux","linux-dash","monitoring","server","ui","web"],"created_at":"2025-03-25T00:01:10.168Z","updated_at":"2025-03-25T00:01:40.107Z","avatar_url":"https://github.com/tariqbuilds.png","language":"JavaScript","readme":"\u003ch1 align=\"center\"\u003e\n  \u003ca href=\"https://afaqurk.github.io/linux-dash\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/afaqurk/screenshots/master/linux-dash/v2.0-logo.png\"/\u003e\n  \u003c/a\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003csub\u003ev2.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\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\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://gitter.im/afaqurk/linux-dash\"\u003e\n    \u003cimg\n      src=\"https://badges.gitter.im/gitterHQ/gitter.png\"\n      alt=\"linux-dash Gitter chat\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\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 Node.js, Go, Python, PHP\n\n## Installation\n\n### Step 1\n```sh\n## 1. clone the repo\ngit clone --depth 1 https://github.com/afaqurk/linux-dash.git\n\n## 2. go to the cloned directory\ncd linux-dash/app/server\n\n```\nOR, if you prefer to download manually:\n\n```sh\n## 1. Download the .zip\ncurl -LOk https://github.com/afaqurk/linux-dash/archive/master.zip \u0026\u0026 unzip master.zip\n\n## 2. navigate to downloaded \u0026 unzipped dir\ncd linux-dash-master/app/server\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 \u0026\u0026 ./server -h`. See [@tehbilly](https://github.com/sergeifilippov)'s notes [here](https://github.com/afaqurk/linux-dash/pull/281) 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/` directory under `linux-dash`\n2. Restart your web server (Apache, nginx, etc.)\n  - For PHP + Apache setup follow the [Digital Ocean tutorial](https://www.digitalocean.com/community/tutorials/how-to-install-linux-dash-on-ubuntu-14-04).\n  - For help with nginx setup, see [this gist](https://gist.github.com/sergeifilippov/8909839) by [@sergeifilippov](https://github.com/sergeifilippov).\n\n## Support\n\nFor general help, please use the [Gitter chat room](https://gitter.im/afaqurk/linux-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","funding_links":[],"categories":["Monitoring","Install from Source","Servers","JavaScript","Server Side","Software","Linux"],"sub_categories":["Dashboards","Monitoring","面板","Monitoring \u0026 Status Pages"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafaqurk%2Flinux-dash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafaqurk%2Flinux-dash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafaqurk%2Flinux-dash/lists"}