No description
Find a file
Sophie Schiller 37d9e3780f gunicorn?
2024-05-19 15:11:57 +02:00
samples samples, list, player 2024-05-19 12:13:56 +02:00
templates improve gitignore 2024-05-19 13:49:41 +02:00
.envrc helloworld 2024-05-19 11:18:06 +02:00
.envrc.local helloworld 2024-05-19 11:18:06 +02:00
.gitignore improve gitignore 2024-05-19 13:49:41 +02:00
app.py gunicorn? 2024-05-19 15:11:57 +02:00
gunicorn_config.py gunicorn? 2024-05-19 15:11:57 +02:00
README gunicorn? 2024-05-19 15:11:57 +02:00
requirements.txt gunicorn? 2024-05-19 15:11:57 +02:00

HTTP Triggered Sample Player

Absolutely no access control.
Horribly insecure.
Only use in internal networks.

can be started via:

```
gunicorn --config gunicorn_config.py app:app
```