Check the status of the services you offer on your server.
Go to file
2024-08-01 13:21:20 +02:00
src first commit 2024-08-01 13:21:20 +02:00
static first commit 2024-08-01 13:21:20 +02:00
.gitignore first commit 2024-08-01 13:21:20 +02:00
Cargo.lock first commit 2024-08-01 13:21:20 +02:00
Cargo.toml first commit 2024-08-01 13:21:20 +02:00
LICENSE Initial commit 2024-08-01 12:34:54 +02:00
README.md first commit 2024-08-01 13:21:20 +02:00

server-status

Check the status of the services you offer on your server.

  • Create .env file containing the following variables

    PORT=3000
    XMPP_USER=user
    XMPP_PASS=password
    
  • Setup configuration in config.json

  • run code with cargo run