ASGI via Daphne for websockets, WSGI via Gunicorn. Implemented xterm.js for shell proxy to target servers.
This commit is contained in:
@@ -7,4 +7,7 @@ app_name = "servers"
|
||||
urlpatterns = [
|
||||
path("", views.dashboard, name="dashboard"),
|
||||
path("<int:server_id>/", views.detail, name="detail"),
|
||||
path("<int:server_id>/audit/", views.audit, name="audit"),
|
||||
path("<int:server_id>/shell/", views.shell, name="shell"),
|
||||
path("<int:server_id>/settings/", views.settings, name="settings"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user