mirror of
https://github.com/snowykami/server-status-client.git
synced 2025-12-18 18:46:42 +00:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 703fe75a76 | |||
| d24926daeb | |||
| 80ee613746 | |||
| 851d1b0b7f | |||
| f12858a876 | |||
| a0c84037e8 | |||
| 25e137b6db |
@@ -32,7 +32,7 @@ _✨ 服务器状态 - 客户端 ✨_
|
||||
Debian系请使用pipx安装
|
||||
|
||||
```bash
|
||||
sudo apt install python3-pipx
|
||||
sudo apt install pipx
|
||||
pipx install server-status
|
||||
```
|
||||
|
||||
@@ -80,3 +80,7 @@ EOF'
|
||||
sudo systemctl enable server-status-client
|
||||
sudo systemctl start server-status-client
|
||||
```
|
||||
|
||||
### 服务端
|
||||
|
||||
请在中心服务器上部署 [server-status-server](https://github.com/snowykami/server-status-server)
|
||||
@@ -18,6 +18,8 @@ license = {text = "MIT"}
|
||||
requires = ["pdm-backend"]
|
||||
build-backend = "pdm.backend"
|
||||
|
||||
[project.scripts]
|
||||
server-status = "server_status.__main__"
|
||||
|
||||
[tool.pdm]
|
||||
distribution = true
|
||||
|
||||
Reference in New Issue
Block a user