An open API service indexing awesome lists of open source software.

https://github.com/louisyoungx/linux-sys-dashboard

Linux系统可用的Web仪表盘
https://github.com/louisyoungx/linux-sys-dashboard

flask python

Last synced: about 2 months ago
JSON representation

Linux系统可用的Web仪表盘

Awesome Lists containing this project

README

          






v1.0

A simple & low-overhead web dashboard for linux systems



Demo  | 

Docs



## Features
* **Small** ----- Under 400KB on disk _(with .git removed)!_
* **Simple** ---- A minimalist, beautiful dashboard
* **Easy** ------ Drop-in installation
* **Versatile** -- Choose your stack from Python, Docker

## Installation

### Step 1
```sh
## 1. clone the repo
git clone https://gitee.com/louisyoung1/linux-sys-dashboard.git

## 2. go to the cloned directory
cd linux-sys-dashboard

```
OR, if you prefer to download manually:

```sh
## 1. Download the .zip
curl -LOk https://gitee.com/louisyoung1/linux-sys-dashboard/repository/archive/master.zip && unzip master.zip

## 2. navigate to downloaded & unzipped dir
cd linux-sys-dashboard

```

### Step 2

See instructions for preferred server linux-dash server :

* [Python](#if-using-python)
* [Python](#if-using-python)

#### If Using Python
```sh
# Start the server (on port 80 by default; may require sudo).
python index.py
```

#### If Using Docker

Make sure you have the Docker enabled, You can install it with one command

```sh
curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun
```

## Support

For general help, please contact me in [Louis-House](https://www.louisyoung.work/Contact).

## Security

**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.

**[Linux-sys Dashboard](https://gitee.com/louisyoung1/linux-sys-dashboard)** does not provide any security or authentication features.

## License

The MIT License (**[MIT](https://gitee.com/louisyoung1/linux-sys-dashboard/blob/master/LICENSE)**)