From f0c291eb0cd8b1577ceaa1e07ffd5d10d77f882a Mon Sep 17 00:00:00 2001 From: cy33hc Date: Wed, 1 Mar 2023 21:32:09 -0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62d79a0..f630de1 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,9 @@ To distinguish between FTP, SMB, WebDAV or HTTP, the URL must be prefix with **f - port is optional and defaults to 80(http) and 443(https) if not provided - url_path is optional based on your HTTP Server hosting requiremets ``` - +- For Google Drive use the following URL for the server + **https://drive.google.com** + Tested with following WebDAV server: - **(Recommeded)** [Dufs](https://github.com/sigoden/dufs) - For hosting your own WebDAV server. (Recommended since this allow anonymous access which is required for Remote Package Install) - [SFTPgo](https://github.com/drakkan/sftpgo) - For local hosted WebDAV server. Can also be used as a webdav frontend for Cloud Storage like AWS S3, Azure Blob or Google Storage.