Skip to content

komodo-hub/deploy-jellyfin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deploy Jellyfin

Part of the Komodo Hub collection.

Runs Jellyfin media server.

https://jellyfin.org/docs/general/installation/container#using-docker-compose

Komodo Resource TOML

[[stack]]
name = "jellyfin"
[stack.config]
repo = "komodo-hub/deploy-jellyfin"
environment = """
  ## Required
  MEDIA_PATH = /path/to/media

  ## Optional
  # CONFIG_PATH = /path/to/config
  # CACHE_PATH = /path/to/cache
  # JELLYFIN_PublishedServerUrl = https://jellyfin.example.com

  JELLYFIN_PORT = 8096
  JELLYFIN_TAG = latest
  RESTART = unless-stopped
  NETWORK_MODE = bridge
  LOGGING_DRIVER = local
  UID = 0
  GID = 0
"""

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published