Нема описа

Kirk Trombley ce1f836342 What if we weren't vulnerable to XSS пре 3 година
client 8f08c4f336 Switch to useing a timeout instead of an interval b/c useEffect refires every update anyway пре 5 година
server ce1f836342 What if we weren't vulnerable to XSS пре 3 година
.drone.yml 5cadbcd688 Update '.drone.yml' пре 4 година
.gitignore ce9e82f495 Update gitignore пре 5 година
README.md 39ac497712 Initial commit пре 6 година

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