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 ffed4f56bf 0.18.4 3 weeks ago
..
admin update 2 months ago
core Update orm.py 2 months ago
misc Update mw_api.py 9 months ago
static Update public.js 4 weeks ago
templates Update site.html 4 weeks ago
thisdb Update sites.py 4 weeks ago
utils Update site.py 2 months ago
app.py Update app.py 10 months ago
branding.py update 11 months ago
config.py update 2 months ago
readme.md cloudreve init 11 months ago
setting.py Update setting.py 3 months ago
version.py 0.18.4 3 weeks 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