sampleplayer/README
Sophie Schiller 37d9e3780f gunicorn?
2024-05-19 15:11:57 +02:00

11 lines
185 B
Text

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
```