mirror of
https://github.com//cppla/ServerStatus
synced 2025-06-02 05:39:50 +08:00
Update README.md
新增 AUR 安装方式
This commit is contained in:
parent
4a9f5adb6b
commit
13e40dbcce
13
README.md
13
README.md
@ -34,6 +34,12 @@ docker run -d --restart=always --name=serverstatus -v ~/serverstatus-config.json
|
||||
`Docker-compose(推荐)`: docker-compose up -d
|
||||
```
|
||||
|
||||
- Arch Linux: [serverstatus-git](https://aur.archlinux.org/packages/serverstatus-git)
|
||||
|
||||
```bash
|
||||
yay -Syu serverstatus-server
|
||||
```
|
||||
|
||||
【客户端】:
|
||||
```bash
|
||||
wget --no-check-certificate -qO client-linux.py 'https://raw.githubusercontent.com/cppla/ServerStatus/master/clients/client-linux.py' && nohup python3 client-linux.py SERVER={$SERVER} USER={$USER} PASSWORD={$PASSWORD} >/dev/null 2>&1 &
|
||||
@ -42,6 +48,13 @@ eg:
|
||||
wget --no-check-certificate -qO client-linux.py 'https://raw.githubusercontent.com/cppla/ServerStatus/master/clients/client-linux.py' && nohup python3 client-linux.py SERVER=45.79.67.132 USER=s04 >/dev/null 2>&1 &
|
||||
```
|
||||
|
||||
- Arch Linux: [serverstatus-git](https://aur.archlinux.org/packages/serverstatus-git)
|
||||
|
||||
```bash
|
||||
yay -Syu serverstatus-clients-linux
|
||||
yay -Syu serverstatus-clients-psutil
|
||||
```
|
||||
|
||||
# 主题:
|
||||
|
||||
* layui:https://github.com/zeyudada/StatusServerLayui ,预览:https://sslt.8zyw.cn
|
||||
|
Loading…
x
Reference in New Issue
Block a user