|
|
há 3 anos atrás | |
|---|---|---|
| .. | ||
| fs | há 3 anos atrás | |
| vnc | há 3 anos atrás | |
| Dockerfile | há 3 anos atrás | |
| Dockerfile.old | há 3 anos atrás | |
| README.md | há 3 anos atrás | |
| baidunetdisk_entrypoint.sh | há 3 anos atrás | |
| run.sh | há 3 anos atrás | |
| xstartup | há 3 anos atrás | |
Baidu has provide a NetDisk client for Linux (https://pan.baidu.com/download#pan). However, it only works on ubuntu 18.04 or newer. To get it work on 16.04 or older, this repo share a docker image. Additionally, the UI is based on VNC (noVNC), so you can access it through any VNC client or browser.
Try with the following command:
docker run -p 5901:5901 -p 6080:6080 /dir/to/user/data:/root/baidunetdisk -v /dir/to/download/data:/root/baidunetdiskdownload dawnos/baidunetdisk
Please replace the paths /dir/to/user/data and /dir/to/download/data to the paths you want to store your user data and downloaded files. An example is
docker run -p 5901:5901 -p 6080:6080 -v ${HOME}/baidunetdisk:/root/baidunetdisk -v ${HOME}/baidunetdiskdownload:/root/baidunetdiskdownload dawnos/baidunetdisk
Then you can access Baidu Netdisk through:
localhost:5901, orhttps://blog.csdn.net/x763795151/article/details/98089177
cd ~/.config/baidunetdisk
rm AppSettingApp.dat