mdserver-web/web
Mr Chen 86014afedb update 2024-10-22 01:36:09 +08:00
..
admin update 2024-10-22 01:36:09 +08:00
core update 2024-10-21 03:19:08 +08:00
static
templates update 2024-10-19 21:52:59 +08:00
app.py update 2024-10-21 03:19:08 +08:00
branding.py
readme.md cloudreve init 2024-10-15 00:29:57 +08:00
setting.py update 2024-10-22 01:36:09 +08:00
version.py update 2024-10-19 21:27:24 +08:00

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