Calibre-Web修复跨域问题

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

acme.sh自动续期ssl证书

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