mdserver-web/web
Mr Chen 2f125383bf cloudreve init 2024-10-15 00:29:57 +08:00
..
admin update 2024-10-13 22:15:58 +08:00
static new version init 2024-10-08 23:35:42 +08:00
templates new version init 2024-10-08 23:35:42 +08:00
app.py update 2024-10-13 22:15:58 +08:00
branding.py new version init 2024-10-08 23:35:42 +08:00
readme.md cloudreve init 2024-10-15 00:29:57 +08:00
setting.py update 2024-10-13 22:15:58 +08:00
version.py new version init 2024-10-08 23:35:42 +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