Calibre-Web修复跨域问题

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

acme.sh自动续期ssl证书

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