jellyfin.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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[br][br]
  14. [b]Cache[/b] : This is where Jellyfin will store and manage cached files like images to serve to clients. This is not where all images are stored.[br][br]
  15. [b]Tip:[/b] You can add more volume mappings if you wish Jellyfin has access to it.
  16. </Description>
  17. <Overview>
  18. 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!
  19. </Overview>
  20. <Support>https://www.reddit.com/r/jellyfin/</Support>
  21. <Registry>https://hub.docker.com/r/jellyfin/jellyfin/</Registry>
  22. <GitHub>https://github.com/jellyfin/jellyfin/></GitHub>
  23. <Repository>jellyfin/jellyfin</Repository>
  24. <Project>https://jellyfin.org/</Project>
  25. <BindTime>true</BindTime>
  26. <Privileged>false</Privileged>
  27. <Networking>
  28. <Mode>host</Mode>
  29. <Publish>
  30. <Port>
  31. <HostPort>8096</HostPort>
  32. <ContainerPort>8096</ContainerPort>
  33. <Protocol>tcp</Protocol>
  34. </Port>
  35. </Publish>
  36. </Networking>
  37. <Data>
  38. <Volume>
  39. <HostDir>/mnt/user/appdata/Jellyfin</HostDir>
  40. <ContainerDir>/config</ContainerDir>
  41. <Mode>rw</Mode>
  42. </Volume>
  43. <Volume>
  44. <HostDir>/mnt/user</HostDir>
  45. <ContainerDir>/media</ContainerDir>
  46. <Mode>rw</Mode>
  47. </Volume>
  48. <Volume>
  49. <HostDir>/mnt/user/appdata/Jellyfin/cache/</HostDir>
  50. <ContainerDir>/cache</ContainerDir>
  51. <Mode>rw</Mode>
  52. </Volume>
  53. </Data>
  54. <WebUI>http://[IP]:[PORT:8096]/</WebUI>
  55. <Icon>https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/jellyfin-icon.png</Icon>
  56. <ExtraParams></ExtraParams>
  57. </Containers>