This content comes from @ What is worth buying APP, the views only represent the author himself | author: Caribbean Cowes
Hello everyone, many years of working in the storage server field have given me the opportunity to learn some professional knowledge. However, everyone stands in a different position, the content will be biased, objective or not, please correct, look forward to in-depth discussion and exchange. The content creation of this article only represents the author's point of view, and has nothing to do with the position of this site, you can reprint and share please mark the source of the site.
preface
Hello everyone, I'm Caribbean Cowes and it's a pleasure to meet you again
Not long ago, QNAP updated the HBS3 application and already supports Baidu network disks, but other cloud disks are still unable to support them. Just recently saw that Dockerhub has a CloudDrive, which is a third-party network disk mounting tool developed by netizens, currently supports 115 network disk, Tianyi cloud disk, Alibaba cloud disk and Wojia cloud disk, the rest also supports WebDAV protocol and local folder mounting, which can be said to be an artifact!

Next, teach you how to install.
body
First of all, let's introduce the NAS and home demonstration environment built this time, the NAS used by the author is QNAP TS-462C, and the mobile phone is the OnePlus 10Pro used.
In terms of camera, the OnePlus 10Pro uses an exclusive 100 million yuan custom IMX789 sensor, a new Hasselblad natural color optimization 2.0 and the second generation of Hasselblad Pro mode, 3 master style tones, and the widest 150° ultra-wide angle ever for smartphones, bringing a high-level, professional and personalized imaging experience.
Next, we officially enter the tutorial.
First of all, the most basic, first make sure that you have these cloud disk tools on your phone.
----
version: "2.1"
services:
cloudnas:
image: cloudnas/clouddrive
container_name: clouddrive
volumes:
- <path to accept cloud mounts>:/CloudNAS:shared
- <path to app data>:/Config
- <other local shared path>:/media:shared #optional media path of host
devices:
- /dev/fuse:/dev/fuse
restart: unless-stopped
pid: "host"
privileged: true #or you can try capp_add -SYS_ADMIN
#cap_add: #SYS_ADMIN cap may fail on some OSes, use privileged: true instead
# - SYS_ADMIN
network_mode: "host" #if network_mode doesn't work, use port mapping
#ports:
# - 9798:9798
Code details need to be adjusted according to the individual volume situation.
It is recommended to find a place to set up 3 folders, named CloudNAS, Config, and media.
Then fill in the path address in the program:
- /share/Public/clouddrive/CloudNAS:/CloudNAS:shared
- /share/Public/clouddrive/Config:/Config
- /share/Public/clouddrive/media:/media:shared
Note to newbies, /share/Public/clouddrive/CloudNAS is the folder address I created.
My for reference:
- /share/Public/clouddrive/media:/media:shared #optional media path of host
network_mode: "host"
Usage experience
Back to the overview, you can see that the deployment has been successful, directly click the link to open.
If the link flag is not refreshed, the direct IP address plus the port number can be, such as: 192.168.1.2:9798
Come in and register first, and then you can see the 115 network disk, Wojia cloud disk, Tianyi cloud disk, Alibaba cloud disk, WebDAV, and local folders. Kauss only tried Alibaba Cloud disk and Tianyi cloud disk.
This is the status display of Alibaba Cloud disks, and you can attach these disks to the NAS.
As you can see, the cloud disk picture also shows normal in the NAS. Open the network disk on the mobile phone, you can also see that the mount is used normally.
And if you can play, you can also use WebDAV to attach the network disk to Plex, and watching 4K movies directly is not a problem.
summary
I'm glad it's the end time again.
I am Caribbean Cous, if you have any NAS usage questions, welcome to ask in the comments.
The author declares that there is no interest in this article, and welcomes reasonable exchanges and harmonious discussions among value friends