server-status/README.md
2024-08-01 13:21:20 +02:00

15 lines
278 B
Markdown

# server-status
Check the status of the services you offer on your server.
* Create `.env` file containing the following variables
```bash
PORT=3000
XMPP_USER=user
XMPP_PASS=password
```
* Setup configuration in `config.json`
* run code with `cargo run`