Simple Linux Panel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mdserver-web/web
dami c5574b3d93 Update site.js 4 months ago
..
admin Update default.sql 4 months ago
core Update mw.py 4 months ago
misc Update mw_api.py 9 months ago
static Update site.js 4 months ago
templates 计划任务修复 7 months ago
thisdb Update logs.py 5 months ago
utils Update ssh_local.py 4 months ago
app.py Update app.py 10 months ago
branding.py update 11 months ago
config.py Update config.py 10 months ago
readme.md cloudreve init 11 months ago
setting.py Update setting.py 10 months ago
version.py Update version.py 9 months ago

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