Tianyi cloud server extended hard disk (research part 2 of unconventional network disk: rclone+alist
catalog: 1. Quark network disk resources 2. Quark network disk TV ver...
Author: sonatass principle alist supports most domestic network disks to be converted to webdav services, while rclone can mount webdav as a local hard disk. The combination of the two realizes the conversion of various network disks to local hard disks. The network disks supported by alistalist are as follows: Alibaba Cloud disks
OneDrive/SharePoint Skywing cloud disk (personal cloud, home cloud) GoogleDrive123 cloud disk PikPak/share and shoot cloud object storage Teamion (China, international) minute and second frames and color cloud (personal cloud, home cloud)
Baidu online disk Quark online disk Xunlei online disk Lanzuo cloud Alibaba Cloud disk sharing Google photo album Moment photo album TeraBox - overseas Baidu here suggests the Docker method, which is simple and isolated. The official code is as follows Docker run - d -- restart=always - v/etc/list:/opt/alist/data - p 5244:5244 - e PUID=0 - e PGID=0 - e UMASK=022 -- name="alist" xhome/list: latest
After running, enter the following code to query the admin password docker exec - it alias/ Login after alist admin http://ip:5244/ Click to enter background management. Change the password first
Then add the required network disk according to the document
Here, we can choose 302 redirection or local proxy for the Wedav policy, as shown in the following figure
If the webav access object and alist are local area networks, there is no difference in the speed between the two modes. It is recommended to select the proxy mode. If it is an external network, 302 jump can bypass the server to directly access the network disk. The speed is faster and does not occupy the bandwidth of the alist server. However, 302 jump may need to set the request header to adapt to each network disk
The proxy mode does not have this concern, and 302 also has the problem of simultaneous access for multiple IPs. You can make your own choice. If normal, the web end can see the files of the network disk after the mount is completed
There are many webdavrclone tutorials attached to rclone. I won't repeat here. I'm using the modified version of rclone git link that can't be reviewed. You can go to github to search for gaoyb7/rclone-release by yourself. What you need to pay attention to here is that the url address should be written http://ip:5244/dav/
Select 5 other account password in webdav mode and use the modified admin
If it is a 302 jump, rclone needs to set the header, and the agent does not need to worry about it. Please refer to the following example configuration 1. Baidu Netdisk rclone mount baidu:/K: -- vfs-cache-mode writes -- header "Reference: https://pan.baidu.com/ " --header "User-Agent:pan.baidu.com"
Example configuration 2: Alibaba network disk rclone mount Alist:/volume3/6T/Alist -- use-mamp -- umask 000 -- allow-other -- allow-non-empty -- dir-cache-time 24h -- cache dir=/home/cache -- vfs-cache-mode full -- buffer size 512M -- vfs-read-chunk-size 16M -- vfs-read-chunk-size limit 64M -- vfs-cache-max-size 10G -- daemon
Example configuration 3: Thunderbolt cloud disk rclone mount ThunderNetdisk:/T: -- cache-dir F: RcloneCache -- vfs-cache-mode full -- multi-thread-streams 8 -- vfs-read-chunk-size 256M -- vfs-read-chunk-size limit 800M -- buffer-size 4096M
After the mount is completed, it will be the same as the local file system. The speed depends on the network environment
当前非电脑浏览器正常宽度,请使用移动设备访问本站!