Trilium笔记
一、安装
- 1.docker本地运行
- 2.域名dns解析:https://dns.console.aliyun.com/
- 3.配置反向代理:宝塔面板
- 4.域名证书:https://freessl.cn/certlist
- 5.wss协议升级(使内容实时生效)
location / { ... proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection 'upgrade'; ... }
location /
{
...
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
...
}