Calibre-Web修复跨域问题

canca3个月前 (01-20)204
修改D:\calibre-web-master\cps\web.py文件原来代码def add_security_headers(resp):     default_src = ([host.strip() for&…

acme.sh自动续期ssl证书

canca3个月前 (01-17)177
# 1. 安装acme.sh + 自动注册Let's Encrypt(替换成你的任意邮箱,QQ/163都可以) curl https://get.acme.sh | sh -s email=…