orbitzs b13c1319b5 handle server restart of baidu container 3 ani în urmă
..
fs ac640e0c5e add baidu pan 3 ani în urmă
vnc ac640e0c5e add baidu pan 3 ani în urmă
Dockerfile b13c1319b5 handle server restart of baidu container 3 ani în urmă
README.md ac640e0c5e add baidu pan 3 ani în urmă
baidunetdisk_entrypoint.sh b13c1319b5 handle server restart of baidu container 3 ani în urmă
run.sh ac640e0c5e add baidu pan 3 ani în urmă
xstartup ac640e0c5e add baidu pan 3 ani în urmă

README.md

Baidu NetDisk Docker

Introduction

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.

Usage

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: