jellyfin.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Containers>
  3. <TemplateURL>https://raw.githubusercontent.com/jellyfin/jellyfin/deployment/unraid/docker-templates/jellyfin.xml</TemplateURL>
  4. <Beta>False</Beta>
  5. <Category>MediaApp:Video MediaApp:Music MediaApp:Photos MediaServer:Video MediaServer:Music MediaServer:Photos</Category>
  6. <Name>JellyFin</Name>
  7. <Description>
  8. JellyFin is The Free Software Media Browser Converted By Community Applications Always verify this template (and values) against the dockerhub support page for the container!![br][br]
  9. You can add as many mount points as needed for recordings, movies ,etc. [br][br]
  10. [b][span style='color: #E80000;']Directions:[/span][/b][br]
  11. [b]/config[/b] : this is where Jellyfin will store it's databases and configuration.[br][br]
  12. [b]Port[/b] : This is the default port for Jellyfin. (Will add ssl port later)[br][br]
  13. [b]Media[/b] : This is the mounting point of your media. When you access it in Jellyfin it will be /media or whatever you chose for a mount point
  14. [b]Tip:[/b] You can add more volume mappings if you wish Jellyfin has access to it.
  15. </Description>
  16. <Overview>
  17. Jellyfin Server is a home media server built on top of other popular open source technologies such as Service Stack, jQuery, jQuery mobile, and Mono and will remain completely free!
  18. </Overview>
  19. <Support>https://www.reddit.com/r/jellyfin/</Support>
  20. <Registry>https://hub.docker.com/r/jellyfin/jellyfin/</Registry>
  21. <GitHub>https://github.com/jellyfin/jellyfin/></GitHub>
  22. <Repository>jellyfin/jellyfin</Repository>
  23. <Project>https://jellyfin.media/</Project>
  24. <BindTime>true</BindTime>
  25. <Privileged>false</Privileged>
  26. <Networking>
  27. <Mode>host</Mode>
  28. <Publish>
  29. <Port>
  30. <HostPort>8096</HostPort>
  31. <ContainerPort>8096</ContainerPort>
  32. <Protocol>tcp</Protocol>
  33. </Port>
  34. </Publish>
  35. </Networking>
  36. <Data>
  37. <Volume>
  38. <HostDir>/mnt/cache/appdata/config</HostDir>
  39. <ContainerDir>/config</ContainerDir>
  40. <Mode>rw</Mode>
  41. </Volume>
  42. <Volume>
  43. <HostDir>/mnt/user</HostDir>
  44. <ContainerDir>/media</ContainerDir>
  45. <Mode>rw</Mode>
  46. </Volume>
  47. </Data>
  48. <WebUI>http://[IP]:[PORT:8096]/</WebUI>
  49. <Icon>https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/emby-icon.png</Icon>
  50. <ExtraParams></ExtraParams>
  51. </Containers>