Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kernel serve WebDAV service on path /webdav/ #12412

Merged
merged 2 commits into from
Sep 8, 2024

Conversation

Zuoqiu-Yingyi
Copy link
Contributor

REF: #9633

  • 内核在 /webdav 路径下提供 WebDAV 服务
    The kernel provides WebDAV service on path /webdav.
  • 目录 /webdav/ 映射为工作空间目录, 例如 /webdav/data/ 映射为 <工作空间目录>/data/
    The directory /webdav/ maps to the workspace directory, e.g. /webdav/data/ maps to <workspace-directory>/data/.
  • 该服务使用 BasicAuth 认证, 用户名为工作空间目录的目录名, 密码为访问授权码 accessAuthCode
    The service uses BasicAuth authentication, the username is the directory name of the workspace directory, and the password is the access authorization code accessAuthCode.

已测试 | TESTED

@88250 88250 added this to the 3.1.6 milestone Sep 8, 2024
@88250 88250 merged commit 9cff5cc into siyuan-note:dev Sep 8, 2024
1 check passed
@88250
Copy link
Member

88250 commented Sep 8, 2024

感谢你的贡献,思源有你更精彩!
Thank you for your contribution. SiYuan will be more wonderful with you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants