Coder Social home page Coder Social logo

saajnn / alist-tvbox Goto Github PK

View Code? Open in Web Editor NEW

This project forked from power721/alist-tvbox

0.0 0.0 0.0 293.37 MB

AList proxy server for TvBox, support playlist and search.

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

Shell 3.55% Java 79.04% TypeScript 0.99% CSS 0.22% HTML 0.03% Vue 16.06% Dockerfile 0.06% Go 0.04%

alist-tvbox'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": [
    {
      "key": "js豆瓣",
      "name": "js豆瓣"
    },
    {
      "key": "测试",
      "name": "测试",
      "type": 3,
      "api": "ATV_ADDRESS/tvbox/libs/drpy.min.js",
      "searchable": 2,
      "quickSearch": 0,
      "filterable": 1
    }
  ],
  "parses": [
    {
      "name": "测试1",
      "type": 3,
      "url": "测试"
    }
  ],
  "blacklist": {
    "sites": [
      "csp_Bili",
      "csp_Biliych"
    ],
    "parses": [
      "聚合"
    ]
  }
}

alist-tvbox's People

Contributors

hpkaiq avatar power721 avatar xuanqb 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.