Giter VIP home page Giter VIP logo

acearm's Introduction

Acestream + HTTPAceProxy for x86 Docker Image

info

Updated forked from sybdata/acearm version of Acestream + HTTPAceProxy docker image for x86 Based on android acestream apk

usage

Build docker image:

$ docker build --build-arg LINK_TO_ACESTREAM='Your_link_to_acestream_3.1.48_webUI_x86.tar.gz' -t redwid/ace-x86 .

Run docker image:

docker run -d \
        --restart=unless-stopped \
        -e PUID=0 -e PGID=0 \
        --name aceproxy \
        -p 8621:8621 \
        -p 62062:62062 \
        -p 6878:6878 \
        -p 8000:8000 \
        -v /var/log/acearm:/log \
        redwid/acearm:3.1.48

info

  • Shell access whilst the container is running: docker exec -it $hash /bin/sh
  • To monitor the logs of the container in realtime: docker logs -f $hash
  • Container has volume (/var/log/acearm) for logs, all logs will be stored there:
tail -f -n 50 /var/log/acearm/acehttp.log
tail -f -n 50 /var/log/acearm/acestream.log
  • To get stats:
http://[your_docker_ip]:8000/stat
  • To adjust acestream config:
http://[your_docker_ip]:6878/webui/app/ReplaceMe/server#proxy-server-main

Playlist API

http://[your_docker_ip]:8000/ttv

acearm's People

Contributors

sybdata avatar redwid avatar

Stargazers

Азамат 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.