xteve

xteve

Docker app from alturismo's Repository

Overview

xteve, in docker with cronjobs docker runs in host mode access xteve webui ip:34400/web/ after docker start check your config folder and do your setups, setup is persistent, start from scratch by delete them cron and xteve start options are updated on docker restart.

xteve

xteve, in docker with cron

docker runs in host mode
access xteve webui ip:34400/web/

after docker start check your config folder and do your setups, setup is persistent, start from scratch by delete them

cron and xteve start options are updated on docker restart.

mounts to use as sample
Container Path: /root/.xteve <> /mnt/user/appdata/xteve/
Container Path: /config <> /mnt/user/appdata/xteve/_config/
Container Path: /tmp/xteve <> /tmp/xteve/
Container Path: /TVH <> /mnt/user/appdata/tvheadend/data/ << not needed if no TVHeadend is used
while /mnt/user/appdata/ should fit to your system path ...

docker run -d \
  --name=xteve \
  --net=host \
  --log-opt max-size=10m \
  --log-opt max-file=3 \
  -e TZ="Europe/Berlin" \
  -v /mnt/user/appdata/xteve/:/root/.xteve:rw \
  -v /mnt/user/appdata/xteve/_config:/config:rw \
  -v /tmp/xteve/:/tmp/xteve:rw \
  -v /mnt/user/appdata/tvheadend/data/:/TVH \
  alturismo/xteve

to test the cronjob functions
docker exec -it "dockername" ./config/cronjob.sh

included functions are (all can be individual turned on / off)

xteve - iptv and epg proxy server for plex, emby, etc ... thanks to @marmei
website: http://xteve.de
Discord: https://discordapp.com/channels/465222357754314767/465222357754314773

some small script lines cause i personally use tvheadend and get playlist for xteve and cp xml data to tvheadend added now grab xmltv from tvheadend as source for xteve

added rewrite function for reverse proxy usage for xml to get icon links working,

see cronjob.sh

so, credits to the programmers, i just putted this together in a docker to fit my needs

Install Xteve on Unraid in a few clicks.

Find Xteve in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Xteve Review the template variables and paths Click Install

Download Statistics

10,101,598
Total Downloads
14,845
This Month
18,633
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
alturismo/xteve
Last Updated2021-08-03
First Seen2019-07-24

Runtime arguments

Web UI
http://[IP]:[PORT:34400]/web/
Network
host
Shell
sh
Privileged
false

Template configuration

/xtevePathrw

Container Path: /root/.xteve

Target
/root/.xteve
Value
/mnt/user/appdata/xteve/
/configPathrw

Container Path: /config

Value
/mnt/user/appdata/xteve/config/
/tmpPathrw

/tmp/xteve in case u want to move /tmp to RAM on host buffer, ...

Target
/tmp/xteve
/TVHPathrw

/mnt/user/appdata/tvheadend/data/ in case TVHeadend functions are used to move