From b99053ef1007865cb5d06edc4c743a4a6118b19c Mon Sep 17 00:00:00 2001 From: fyears <1142836+fyears@users.noreply.github.com> Date: Sun, 14 Jan 2024 11:20:53 +0800 Subject: [PATCH] add alist (and cloudreve) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 ++ .github/ISSUE_TEMPLATE/feature_request.yml | 2 ++ README.md | 1 + 3 files changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 50d0885..36a397a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -48,6 +48,8 @@ body: - webdav - webdav (ownCloud) - webdav (InfiniCloud (formally TeraCLOUD)) + - webdav (AList) + - webdav (Cloudreve) - webdav (坚果云 JianGuoYun/NutStore) - webdav (NextCloud) - webdav (FastMail) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 2a57b58..1b00450 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -34,6 +34,8 @@ body: - webdav - webdav (ownCloud) - webdav (InfiniCloud (formally TeraCLOUD)) + - webdav (AList) + - webdav (Cloudreve) - webdav (坚果云 JianGuoYun/NutStore) - webdav (NextCloud) - webdav (FastMail) diff --git a/README.md b/README.md index 9afaec0..37ea7e5 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ Additionally, the plugin author may occasionally visit Obsidian official forum a - Tutorials / Examples: - [ownCloud](./docs/remote_services/webdav_owncloud/README.md) - [InfiniCloud](./docs/remote_services/webdav_infinicloud_teracloud/README.md) + - [AList](./docs/remote_services/webdav_alist/README.md) - [坚果云 JianGuoYun/NutStore](./docs/remote_services/webdav_jianguoyun/README.md) - Very old version of Obsidian needs [configuring CORS](./docs/remote_services/webdav_general/webav_cors.md). - Your data would be synced to a `${vaultName}` sub folder on your webdav server.