Skip to content

Norakthes/jellyfin-tizen-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The purpose of this docker

The purpose of this docker is to build the jellyfin-tizen WGT

Running

docker run \
	--rm --name="jellyfin-tizen" \
	-v "/path/to/output":"/home/node/output" \
	norakthes/jellyfin-tizen

Building locally

git clone https://github.com/norakthes/jellyfin-tizen-docker.git
cd jellyfin-tizen-docker
docker build \
	--no-cache \
	--pull \
	-t norakthes/jellyfin-tizen .

Todo

  • Deploy over network
  • Manage size of docker / Manage downloaded packages
  • Hope I can download yarn/node manually, so I don't get a lot of unnecessary packages
  • Make tizen studio and it's packages downloaded by the user to decrease the size of the image

Releases

No releases published

Packages

No packages published