Giter VIP home page Giter VIP logo

rrshare_docker's Introduction

rrshare

rrshare for docker(基于alpine+最新版人人影视客户端)

人人影视web下载器(rrshare for docker)

一键脚本(centos)

bash <(curl -L -s https://raw.githubusercontent.com/Baiyuetribe/rrshare_docker/master/rrshare.sh)

手动执行

docker run -d -p 3001:3001 -v /opt/rrdata:/opt/work/store --name rrys baiyuetribe/rrshare   #仅16MB

访问http://ip:3001 打开后台 解锁密码默认为123456,可在设置里面修改 参数说明:

  • -p 3001端口可自定义,比如想改成80端口,可以改为-p 80:3001
  • -v 用于宿主机挂载下载后文件目录,可通过根目录/opt/rrdata查看

配合h5ai可以实现在线播放:

docker run -d -p 10010:80 -v /opt/rrdata:/h5ai --name h5ai ilemonrain/h5ai:full    #自带HTML5视频播放

访问http://ip:10010 就可以看到已下载的视频文件,可在线播放。

关于停止、启动、删除

docker stop rrys h5ai    # 停止运行人人影视、h5ai播放器
docker start rrys h5ai   # 启动
docker rm rrys h5ai      # 删除容器

rrshare_docker's People

Contributors

baiyuetribe avatar

Watchers

 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.