GithubHelp home page GithubHelp logo

landonli / ddpss Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 163 KB

弹弹play资源搜索服务端

License: MIT License

Python 89.67% Shell 2.59% Dockerfile 4.32% HTML 3.43%
docker python flask dandanplay

ddpss's Introduction

CodeFactor GitHub Workflow Status Docker Image Size (tag) Docker Pulls

根据 弹弹play资源搜索节点API规范 开发的服务端API,支持docker。

部署

直接运行

git clone https://github.com/LandonLi/ddpss.git
cd ddpss
chmod +x ./install.sh
chmod +x ./start_local.sh
./install.sh
./start_local.sh

使用docker

docker-compose

wget https://raw.githubusercontent.com/LandonLi/ddpss/master/docker-compose.yml
docker-compose up -d

docker-cli

docker pull 1andonli/ddpss:latest
docker run -d -p 9145:9145 --name ddpss 1andonli/ddpss:latest

使用

在弹弹play的设置->网络与更新->自定义端点->修改资源搜索节点地址框中输入地址http://服务器的ip:9145

*其它

在国内的网络环境中docker build时,可以在DockerfileRUN部分替换alpine镜像地址,示例如下

RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories && \
    apk add --update --no-cache --virtual .build-deps gcc libc-dev libxslt-dev && \
    apk add --no-cache libxslt && \
    pip3 install --no-cache-dir -r /app/requirements.txt && \
    apk del .build-deps

ddpss's People

Contributors

dependabot[bot] avatar landonli avatar

Stargazers

 avatar  avatar

Watchers

 avatar

ddpss's Issues

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.