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 8aaf0eb99e Update site.py 7 hours ago
..
admin Update init_cron.py 1 month ago
core update 21 hours ago
misc Update obf_proxy.conf 4 months ago
static acme证书选择 3 months ago
templates Update site.html 8 months ago
thisdb Update sites.py 8 months ago
utils Update site.py 7 hours ago
app.py Update app.py 1 year ago
branding.py update 1 year ago
config.py update 9 months ago
readme.md cloudreve init 1 year ago
setting.py Update setting.py 10 months ago
version.py 0.18.4 8 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