mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-11 23:22:33 +01:00
🎨 S3/WebDAV 数据同步支持设置跳过 HTTPS 证书验证 Fix https://github.com/siyuan-note/siyuan/issues/6609
This commit is contained in:
parent
f9e670a3f6
commit
ad3f7d8964
5 changed files with 55 additions and 15 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -340,11 +340,13 @@ declare interface IConfig {
|
|||
secretKey: string
|
||||
bucket: string
|
||||
region: string
|
||||
skipTlsVerify: boolean
|
||||
}
|
||||
webdav: {
|
||||
endpoint: string
|
||||
username: string
|
||||
password: string
|
||||
skipTlsVerify: boolean
|
||||
}
|
||||
},
|
||||
lang: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue