Skip to content

Dpbm/jellyfin-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Jellyfin startup script

Run this script to create a Jellyfin docker instance

Requirements: docker docker compose

To run use:

  chmod +x ./Jellyfin
  ./jellyfin

Move your files to $HOME/jellyfin-medias/media/ to list on platform

You can use the start and stop scripts too. To use this do:

chmod +x start_jellyfin
chmod +x stop_jellyfin

then add this folder to your $PATH PATH=/path/to/this/folder:$PATH