Bot Updating Unraid Template

This commit is contained in:
LinuxServer-CI 2021-08-26 04:26:59 +02:00
parent c929e994bc
commit ffd44d8fff

View File

@ -1,5 +1,6 @@
<?xml version="1.0"?>
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
<!-- GENERATED FROM https://github.com/linuxserver/docker-jellyfin/blob/master/readme-vars.yml -->
<Container version="2">
<Name>jellyfin</Name>
<Repository>ghcr.io/linuxserver/jellyfin</Repository>
@ -11,6 +12,7 @@
<Privileged>false</Privileged>
<Support>https://github.com/linuxserver/docker-jellyfin/issues/new/choose</Support>
<Shell>bash</Shell>
<GitHub>https://github.com/linuxserver/docker-jellyfin#application-setup</GitHub>
<Branch>
<Tag>latest</Tag>
<TagDescription>Stable Jellyfin releases - Focal baseimage</TagDescription>
@ -24,10 +26,58 @@
<TagDescription>Nightly Jellyfin releases</TagDescription>
</Branch>
<Project>https://jellyfin.github.io/</Project>
<Overview>[Jellyfin](https://jellyfin.github.io/) is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. Jellyfin is descended from Emby&#39;s 3.5.2 release and ported to the .NET Core framework to enable full cross-platform support. There are no strings attached, no premium licenses or features, and no hidden agendas: just a team who want to build something better and work together to achieve it.</Overview>
<Overview>Jellyfin(https://jellyfin.github.io/) is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. Jellyfin is descended from Emby&#39;s 3.5.2 release and ported to the .NET Core framework to enable full cross-platform support. There are no strings attached, no premium licenses or features, and no hidden agendas: just a team who want to build something better and work together to achieve it.</Overview>
<WebUI>http://[IP]:[PORT:8096]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/jellyfin.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/jellyfin-logo.png</Icon>
<Date>2021-06-23</Date>
<Changes>
### 2021-06-23
- Add log message if device permissions are incorrect. Pin jellyfin dependency versions to prevent upstream apt repo issues. Deprecate the `bionic` tag.
### 2021-05-21
- Add nvidia.icd file to fix missing tonemapping using Nvidia HW.
### 2021-01-20
- Add Jellyfin Binary Environmentals
### 2021-01-20
- Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information.
### 2020-11-23
- Rebase to Focal, branch off Bionic.
### 2020-07-22
- Ingest releases from Jellyfin repo.
### 2020-04-28
- Replace MMAL/OMX dependency device `/dev/vc-mem` with `/dev/vcsm` as the former was not sufficient for raspbian.
### 2020-04-11
- Enable hw decode (mmal) on Raspberry Pi, update readme instructions, add donation info, create missing default transcodes folder.
### 2020-03-11
- Add Pi V4L2 support, remove optional transcode mapping (location is selected in the gui, defaults to path under `/config`).
### 2020-01-30
- Add nightly tag.
### 2020-01-09
- Add Pi OpenMax support.
### 2019-10-02
- Improve permission fixing for render and dvb devices.
### 2019-07-31
- Add AMD drivers for vaapi support on x86.
### 2019-06-13
- Add Intel drivers for vaapi support on x86.
### 2019-06-07
- Initial release.
</Changes>
<Config Name="WebUI" Target="8096" Default="8096" Mode="tcp" Description="Http webUI." Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Port: 8920" Target="8920" Default="8920" Mode="tcp" Description="Optional - Https webUI (you need to set up your own certificate)." Type="Port" Display="always" Required="false" Mask="false"/>
<Config Name="Port: 7359" Target="7359" Default="7359" Mode="udp" Description="Optional - Allows clients to discover Jellyfin on the local network." Type="Port" Display="always" Required="false" Mask="false"/>
@ -36,7 +86,7 @@
<Config Name="Path: /data/tvshows" Target="/data/tvshows" Default="" Mode="rw" Description="Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc." Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Path: /data/movies" Target="/data/movies" Default="" Mode="rw" Description="Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc." Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Path: /opt/vc/lib" Target="/opt/vc/lib" Default="" Mode="rw" Description="Path for Raspberry Pi OpenMAX libs *optional*." Type="Path" Display="always" Required="false" Mask="false"/>
<Config Name="JELLYFIN_PublishedServerUrl" Target="JELLYFIN_PublishedServerUrl" Default="192.168.0.5" Description="Set the autodiscovery response domain or IP address." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="JELLYFIN_PublishedServerUrl" Target="JELLYFIN_PublishedServerUrl" Default="192.168.0.5" Description="Set the autodiscovery response domain or IP address." Type="Variable" Display="always" Required="false" Mask="true"/>
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>