Norakthes / jellyfin-tizen-docker

A docker for building jellyfin-tizen WGT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A docker for building jellyfin-tizen WGT


Languages

Language:Dockerfile 60.7%Language:Shell 39.3%