Check the status of the services you offer on your server.
src | ||
static | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
server-status
Check the status of the services you offer on your server.
-
Create
.env
file containing the following variablesPORT=3000 XMPP_USER=user XMPP_PASS=password
-
Setup configuration in
config.json
-
run code with
cargo run