feat: webdav storage

This commit is contained in:
krau
2024-10-11 00:07:11 +08:00
parent d1d284eedc
commit b3c59fde72
8 changed files with 87 additions and 11 deletions

View File

@@ -22,3 +22,10 @@ token_exp = 86400
[storage.local]
enable = true
base_path = "downloads/"
[storage.webdav]
enable = true
base_path = "/telegram"
username = "admin"
password = "password"
url = "https://alist.com"