mdserver-web/web
dami caeff7de55 Update ssh_local.py 2025-05-24 00:51:29 +08:00
..
admin Update __init__.py 2025-03-24 10:38:37 +08:00
core Update mw.py 2025-05-19 02:40:33 +08:00
misc
static Update public.js 2025-05-16 19:06:48 +08:00
templates 计划任务修复 2025-02-06 00:34:24 +08:00
thisdb Update logs.py 2025-04-12 14:20:28 +08:00
utils Update ssh_local.py 2025-05-24 00:51:29 +08:00
app.py
branding.py
config.py
readme.md
setting.py
version.py

readme.md

  • 常用开发命令
gunicorn -b :7201 -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 app:app
gunicorn -b :7201 -w 1 app:app
gunicorn -c setting.py app:app