sampleplayer/README

12 lines
185 B
Text
Raw Normal View History

2024-05-19 12:15:08 +02:00
HTTP Triggered Sample Player
Absolutely no access control.
Horribly insecure.
Only use in internal networks.
2024-05-19 15:11:57 +02:00
can be started via:
```
gunicorn --config gunicorn_config.py app:app
```