上传文件至「lib」

This commit is contained in:
zjp
2026-02-04 13:50:03 +08:00
parent 52f466355d
commit ec171769a9
57 changed files with 17085 additions and 0 deletions

13
lib/webdav.example.json Normal file
View File

@@ -0,0 +1,13 @@
{
"drives": [
{
"name": "webdav.router",
"search": true,
"searchable": true,
"server": "http://192.168.1.1:5678",
"path": "/dav",
"user": "guest",
"pass": "guest_Api789"
}
]
}