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仪表盘
- Host: GitHub
- URL: https://github.com/louisyoungx/linux-sys-dashboard
- Owner: louisyoungx
- License: mit
- Created: 2021-09-19T21:15:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-19T21:15:47.000Z (almost 5 years ago)
- Last Synced: 2025-06-13T05:42:52.992Z (about 1 year ago)
- Topics: flask, python
- Language: Shell
- Homepage:
- Size: 105 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE
Awesome Lists containing this project
README
v1.0
A simple & low-overhead web dashboard for linux systems
## 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)**)