Skip to content

Vansmak/xteveforpi64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

#cloned from bl0m1/xtevedocker with modifications from alturismo/xteve and #changed xteve version to arm64

Important! - Breaking Changes in the latest release

  • The volume for tmp files are removed, you need to remove this volume!
  • The configuration volume are moved and now located in /home/xteve/.xteve
  • All processes in the container are running as the user xteve

Xteve 2 docker container

  • Exposed Ports: 34400
  • Volumes: /home/xteve/.xteve
  • FFmpeg and VLC buffer support -removed for now

Create directories on host for xteve volumes

  • mkdir -p ~/xteve_home

Usage (for isolating the container, recommended)

  • This will use the internal docker ip in the generated files
docker run -it -d \
--name=xteve \
-p 34400:34400 \
-v ~/xteve_home:/home/xteve/.xteve \
vansmak/xteveforpi64:latest

Usage (for running on host)

docker run -it -d \
--name=xteve \
--network=host \
-v ~/xteve_home:/home/xteve/.xteve \
vansmak/xteveforpi64:latest

Debugging

  • This will drop you into a shell on the running container
  • Command : docker exec -it xteve sh

About

xteve from arm64

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published