|
vor 5 Jahren | |
---|---|---|
templates | vor 5 Jahren | |
.gitignore | vor 5 Jahren | |
README.md | vor 6 Jahren | |
app.py | vor 5 Jahren | |
index.html | vor 5 Jahren | |
requirements.txt | vor 6 Jahren | |
secret.toml.template | vor 6 Jahren |
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