mdserver-web/web
Mr Chen eba923aa5f Update __init__.py 2024-10-22 02:25:21 +08:00
..
admin Update __init__.py 2024-10-22 02:25:21 +08:00
core update 2024-10-21 03:19:08 +08:00
static new version init 2024-10-08 23:35:42 +08:00
templates update 2024-10-19 21:52:59 +08:00
utils update 2024-10-22 02:11:30 +08:00
app.py update 2024-10-21 03:19:08 +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-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