ASGI via Daphne for websockets, WSGI via Gunicorn. Implemented xterm.js for shell proxy to target servers.
This commit is contained in:
4
app/scripts/daphne.sh
Normal file
4
app/scripts/daphne.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
exec daphne -b 0.0.0.0 -p 8001 keywarden.asgi:application
|
||||
Reference in New Issue
Block a user