mdserver-web/web
Mr Chen 84c9436546 Update plugin.py 2024-12-11 14:03:47 +08:00
..
admin Update setting.py 2024-12-10 22:33:27 +08:00
core update 2024-12-10 03:14:06 +08:00
misc Update mw_api.py 2024-12-04 01:26:36 +08:00
static Update public.js 2024-12-10 18:35:57 +08:00
templates up 2024-12-05 05:45:06 +08:00
thisdb update 2024-12-09 17:48:13 +08:00
utils Update plugin.py 2024-12-11 14:03:47 +08:00
app.py Update app.py 2024-11-28 18:47:24 +08:00
branding.py update 2024-10-25 02:24:38 +08:00
config.py Update config.py 2024-11-28 18:20:11 +08:00
readme.md cloudreve init 2024-10-15 00:29:57 +08:00
setting.py Update setting.py 2024-11-30 23:02:08 +08:00
version.py Update version.py 2024-12-10 18:36:04 +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