ramarnat / docker-xteve

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chris102994/docker-docker-xteve

https://xteve.de/

Build Status

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)

Application Setup

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

About


Languages

Language:Dockerfile 71.4%Language:Shell 28.6%