Skip to content

Instantly share code, notes, and snippets.

@aaaler
Last active January 12, 2018 15:38
Show Gist options
  • Save aaaler/69c5a8a66503392bd145059858996f4e to your computer and use it in GitHub Desktop.
Save aaaler/69c5a8a66503392bd145059858996f4e to your computer and use it in GitHub Desktop.
install aceproxyvlc
#!/bin/sh
curl -sSL https://raw.githubusercontent.com/aaaler/acestreamproxyvlc-pi/master/acestream.service > /etc/systemd/system/acestream.service
curl -sSL https://raw.githubusercontent.com/aaaler/acestreamproxyvlc-pi/master/aceproxy.service > /etc/systemd/system/aceproxy.service
curl -sSL https://raw.githubusercontent.com/aaaler/acestreamproxyvlc-pi/master/vlc-nox.service > /etc/systemd/system/vlc-nox.service
mkdir /etc/aceproxy
curl -sSl https://raw.githubusercontent.com/aaaler/acestreamproxyvlc-pi/master/etc/torrenttv.py > /etc/aceproxy/torrenttv.py #torrent-tv acestream playlist mentioned here, http://torrent-tv.ru/c_playlist.php
curl -sSl https://raw.githubusercontent.com/aaaler/acestreamproxyvlc-pi/master/etc/p2pproxy.py > /etc/aceproxy/p2pproxy.py #torrent-tv login & passwd here
systemctl daemon-reload
docker pull aaaler/aceproxy-pi
docker pull aaaler/acestream-pi
docker pull aaaler/vlc-nox-pi
systemctl enable aceproxy
systemctl start aceproxy
@miltador
Copy link

miltador commented Dec 10, 2016

Thanks for the script and whole docker work! Just a small hint: /etc/aceproxy directory must be created before saving configs to it.

@aaaler
Copy link
Author

aaaler commented Dec 15, 2016

directory must be created

thanks, fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment