Giter Site home page Giter Site logo

rainleo / alist-tvbox001 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from power721/alist-tvbox

0.0 0.0 0.0 16.87 MB

AList proxy server for TvBox, support playlist and search. https://t.me/alist_tvbox_group

Home Page: https://hub.docker.com/r/haroldli/xiaoya-tvbox

Shell 3.25% Java 77.66% Go 0.06% TypeScript 1.48% CSS 0.33% HTML 0.05% Vue 17.11% Dockerfile 0.06%

alist-tvbox001's Introduction

alist-tvbox

AList proxy server for TvBox, support playlist and search.

中文文档

Build

mvn clean package

Run

sudo bash -c "$(curl -fsSL https://d.har01d.cn/update_xiaoya.sh)"
java -jar target/alist-tvbox-1.0.jar

Docker

./build.sh
docker run -d -p 4567:4567 --restart=always --name=alist-tvbox alist-tvbox

Or run container from Docker hub.

docker run -d -p 4567:4567 --restart=always --name=alist-tvbox haroldli/alist-tvbox
docker run -d -p 4567:4567 -p 5344:80 -e ALIST_PORT=5344 -v /etc/xiaoya:/data --restart=always --name=xiaoya-tvbox haroldli/xiaoya-tvbox:latest

username: admin

password: admin

TvBox Config

Use this config url http://ip:4567/sub/0.

Customize

Backed URL support multiple values, use comma as separator. e.g.: disable 2 sites by key, change 1 site name by key, add new site.

{
    "sites-blacklist": ["csp_Bili", "csp_Biliych"],
    "sites": [
        {
        "key": "js豆瓣",
        "name": "js豆瓣"
        },
        {
          "key": "测试",
          "name": "测试",
          "type": 3,
          "api": "/tvbox/libs/drpy.min.js",
          "searchable": 2,
          "quickSearch": 0,
          "filterable": 1
        }
    ],
    "parses": [
        {
            "name":"测试1",
            "type":3,
            "url":"测试"
        }
    ]
}

alist-tvbox001's People

Contributors

power721 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.