tellytv / telly

An IPTV proxy
MIT License
760 stars 104 forks source link

Within docker container, telly shows blank version, branch, build information. #161

Closed chazlarson closed 5 years ago

chazlarson commented 6 years ago

basic.sh:

docker run -d \
  --name='telly-basic' \
  --net='bridge' \
  -e TZ="America/Chicago" \
  -p '6077:6077/tcp' \
 -v /Users/cl186073/telly-testing/docker/telly-basic.config.toml:/etc/telly/telly.config.toml \
--restart unless-stopped \
  tellytv/telly:dev

docker logs -f telly-basic
> ./basic.sh
e7544342b988e05c7e0339bc1d655cb4e482879e48e5974ba737be9788ae2247
time="2018-08-22T18:05:48Z" level=info msg="telly is preparing to go live (version=, branch=, revision=)"
time="2018-08-22T18:05:48Z" level=info msg="Loading M3U from http://irislinks.net:83/get.php?username=REDACTED&password=REDACTED&type=m3u_plus&output=ts"
time="2018-08-22T18:05:52Z" level=info msg="Loading XMLTV from http://irislinks.net:83/xmltv.php?username=REDACTED&password=REDACTED"
time="2018-08-22T18:06:12Z" level=info msg="Loaded 271 channels into the lineup from Iris"
time="2018-08-22T18:06:12Z" level=info msg="telly is live and on the air!"
time="2018-08-22T18:06:12Z" level=info msg="Broadcasting from http://192.168.1.69:6077/"
time="2018-08-22T18:06:12Z" level=info msg="EPG URL: http://192.168.1.69:6077/epg.xml"
alturismo commented 6 years ago

and the dockerhub is currently down, i guess thats why ...

tombowditch commented 6 years ago

@alturismo telly's docker hub? No - it was just moved to tellytv/telly.

alturismo commented 6 years ago

thanks for the info, may a question, how could i install the beta on unraid ? special tag or extra parameter ?

chazlarson commented 6 years ago

Join the discord linked at the bottom of the readme. There's a pinned message in one of the channels describing exactly that.

tombowditch commented 6 years ago

@alturismo tellytv/telly:dev

guyspr commented 5 years ago

Resolved for future versions (currently in alpha)