Giter Site home page Giter Site logo

jiefangit / baiduyunpan Goto Github PK

View Code? Open in Web Editor NEW

This project forked from baiyuetribe/baiduyunpan

2.0 1.0 0.0 5 KB

百度云盘linux版,支持centos、debian、ubuntu、树莓派,也只是Windows、mac等系统

License: MIT License

Dockerfile 100.00%

baiduyunpan's Introduction

百度云盘Docker版

适用范围:基于百度云盘linux版开发,支持centos、debian、ubuntu、树莓派,也支持Windows、mac等系统

特点:

  • 非会员用户也可以获得不错的下载速度
  • 镜像轻量,安装迅速
  • 可迁移至任意Docker环境下的机器,比如linux服务器或本地电脑等

运行:

docker run -itd -p 5299:5299 --name baidu -v /opt/BDdownload:/root/Downloads baiyuetribe/baiduyunpan

说明:

  • 若要改端口号,比如要改成2020,可修改5299:52992020:5299
  • 宿主机挂载目录为/opt/BDdownload
  • 运行日志查看命令:docker logs baidu
  • 删除容器:docker rm -f baidu

若无可视化文件管理器面板,可搭配H5aifilebroserkodexplore任意一个即可。

H5ai:

docker run -d -p 10010:80 -v /opt/BDdownload:/h5ai --name h5ai ilemonrain/h5ai:full

Kodexplore:

docker run -d -p 999:80 --name kodexplorer -v /opt/BDdownload:/code baiyuetribe/kodexplorer

其它设备

linux系统按上述操作即可,windows系统下,需要修改挂载路径,比如要下载文件到电脑CDownload目录下,可运行命令改为:

docker run -itd -p 5299:5299 --name baidu -v c:\\Download:/root/Downloads baiyuetribe/baiduyunpan

技巧:将window路径中的\都改为\\即可。

更多资源请参考:佰阅部落

baiduyunpan's People

Contributors

baiyuetribe avatar

Stargazers

myds avatar itmall avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.