mdserver-web/web
Mr Chen e3070b618f Update plugin.py 2024-11-26 05:14:26 +08:00
..
admin update 2024-11-26 04:53:03 +08:00
core update 2024-11-26 04:38:55 +08:00
misc update 2024-11-26 04:45:38 +08:00
static update 2024-11-26 04:38:55 +08:00
templates update 2024-11-25 22:38:16 +08:00
thisdb up 2024-11-26 00:37:55 +08:00
utils Update plugin.py 2024-11-26 05:14:26 +08:00
app.py update 2024-11-24 03:49:53 +08:00
branding.py update 2024-10-25 02:24:38 +08:00
config.py update 2024-11-13 19:28:56 +08:00
readme.md cloudreve init 2024-10-15 00:29:57 +08:00
setting.py update 2024-11-25 02:40:09 +08:00
version.py update 2024-11-25 01:59:22 +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