Nenhuma descrição

Kirk Trombley 45f0db2917 Whoops, need to read the config outside of main for gunicorn 5 anos atrás
templates 75007c6a44 Attempting a static page feature 5 anos atrás
.gitignore 2c092e8feb CORS 5 anos atrás
README.md 39ac497712 Initial commit 6 anos atrás
app.py 45f0db2917 Whoops, need to read the config outside of main for gunicorn 5 anos atrás
index.html e43fb11a0a Renaming static page to fix how nginx handles it 5 anos atrás
requirements.txt e4eb54acef Freezing reqs 5 anos atrás
secret.toml.template 39ac497712 Initial commit 6 anos atrás

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