Sin descripción

Kirk Trombley 288bfcfe6c Everybody's a critic hace 3 años
client 8f08c4f336 Switch to useing a timeout instead of an interval b/c useEffect refires every update anyway hace 5 años
server 288bfcfe6c Everybody's a critic hace 3 años
.drone.yml 5cadbcd688 Update '.drone.yml' hace 4 años
.gitignore ce9e82f495 Update gitignore hace 5 años
README.md 39ac497712 Initial commit hace 6 años

README.md

Teamspeak Server Status Service

Simple Flask app, exposes 2 endpoints

/ - Return the user list of the server as JSON of the form {users: ["foo", "bar"]}

/page - A human-readable HTML page with the user list

Config goes in secret.toml file, following the secret.toml.template given

No guarantees for speed or safety are made