mdserver-web/web
dami d4dccc8016 Update public.js 2025-07-11 23:52:50 +08:00
..
admin Update init_cron.py 2025-06-25 23:06:09 +08:00
core Update mw.py 2025-05-19 02:40:33 +08:00
misc Update mw_api.py 2024-12-04 01:26:36 +08:00
static Update public.js 2025-07-11 23:52:50 +08:00
templates 计划任务修复 2025-02-06 00:34:24 +08:00
thisdb Update init.py 2025-05-24 18:45:59 +08:00
utils Update crontab.py 2025-06-26 15:45:03 +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 2025-06-12 13:17:44 +08:00
version.py Update version.py 2024-12-19 15:11:00 +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