Merge 13e40dbccee55e6fa50bd6d69fc313c3b05dc105 into 830938eac9a7145d78f079f8706acc6bcbb7873b

This commit is contained in:
taotieren 2025-04-04 19:41:57 +00:00 committed by GitHub
commit daa3bc7d55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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
```
# 主题:
* layuihttps://github.com/zeyudada/StatusServerLayui 预览https://sslt.8zyw.cn