Skip to content

chris102994/docker-xteve

Repository files navigation

https://xteve.de/

Build Status Microbadger Size & Layers Image Pulls Alpine Ubuntu

Outside Packages

Docker

docker run \
	--name=docker-xteve \
	-p 34400:34400 \
	-v </path/to/appdata/config>:/config \
	-e XTEVE_PORT=34400 `optional unless you change the port mapping` \
	--restart unless-stopped \
	christopher102994/docker-xteve:alpine-3.10

Parameters

Container specific parameters passed at runtime. The format is <external>:<internal> (e.g. -p 443:22 maps the container's port 22 to the host's port 443).

Parameter Function
-p 34400 The web UI port.
-v /config The directory where the application will store configuration information.
-e XTEVE_PORT This must match the port you map to the container so that xteve can correctly forward the stream. (Default=34400)
-e USERNAME The Username you wish to run as. (Optional)
-e GROUPNAME The Groupname you wish to run as. (Optional)
-e PUID The UID you wish to run and save files as. (Optional)
-e PGID The GID you wish to run and save files as. (Optional)

Application Setup

The admin interface is available at http://<ip>:<port>/web/

About

Containerized version of xTeVe which is an M3U Proxy for Plex DVR and Emby Live TV.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages