在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):afaqurk/linux-dash开源软件地址(OpenSource Url):https://github.com/afaqurk/linux-dash开源编程语言(OpenSource Language):JavaScript 60.8%开源软件介绍(OpenSource Introduction):
v2.0 Features
InstallationStep 1## 1. clone the repo
git clone --depth 1 https://github.com/afaqurk/linux-dash.git
## 2. go to the cloned directory
cd linux-dash/app/server
OR, if you prefer to download manually: ## 1. Download the .zip
curl -LOk https://github.com/afaqurk/linux-dash/archive/master.zip && unzip master.zip
## 2. navigate to downloaded & unzipped dir
cd linux-dash-master/app/server
Step 2See instructions for preferred server linux-dash server (all included): If Using Node.js## install dependencies
npm install --production
## start linux-dash (on port 80 by default; may require sudo)
## You may change this with the `LINUX_DASH_SERVER_PORT` environment variable (eg. `LINUX_DASH_SERVER_PORT=8080 node server`)
## or provide a --port flag to the command below
## Additionally, the server will listen on every network interface (`0.0.0.0`).
## You may change this with the `LINUX_DASH_SERVER_HOST` environment variable (eg. `LINUX_DASH_SERVER_HOST=127.0.0.1 node server`)
## or provide a --host flag to the command below
node index.js
If Using Go## start the server (on port 80 by default; may require sudo)
go run index.go To build a binary, run If Using Python# Start the server (on port 80 by default; may require sudo).
python index.py If Using PHP
SupportFor general help, please use the Gitter chat room. SecurityIt is strongly recommended that all linux-dash installations be protected via a security measure of your choice. Linux Dash does not provide any security or authentication features. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论