This commit is contained in:
Andrew Z 2021-03-22 06:02:42 -04:00
parent e86aeb14ce
commit 1c23d8630f
4 changed files with 22 additions and 22 deletions

View File

@ -1,3 +1,3 @@
{ {
"last_updated_timestamp": 1616392959 "last_updated_timestamp": 1616407360
} }

View File

@ -104064,7 +104064,7 @@
"Data": { "Data": {
"Volume": [ "Volume": [
{ {
"HostDir": "/mnt/cache/appdata/jellyfin", "HostDir": "/mnt/user/appdata/jellyfin",
"ContainerDir": "/config", "ContainerDir": "/config",
"Mode": "rw" "Mode": "rw"
}, },
@ -104084,7 +104084,7 @@
"Mode": "rw" "Mode": "rw"
}, },
{ {
"HostDir": "", "HostDir": "/mnt/user/appdata/jellyfin/cache",
"ContainerDir": "/cache", "ContainerDir": "/cache",
"Mode": "rw" "Mode": "rw"
} }
@ -104109,7 +104109,7 @@
"@attributes": { "@attributes": {
"Name": "Data Path", "Name": "Data Path",
"Target": "/config", "Target": "/config",
"Default": "", "Default": "/mnt/user/appdata/Jellyfin-AMD-Intel-Nvidia",
"Mode": "rw", "Mode": "rw",
"Description": "Main data path", "Description": "Main data path",
"Type": "Path", "Type": "Path",
@ -104117,7 +104117,7 @@
"Required": "true", "Required": "true",
"Mask": "false" "Mask": "false"
}, },
"value": "/mnt/cache/appdata/jellyfin" "value": "/mnt/user/appdata/jellyfin"
}, },
{ {
"@attributes": { "@attributes": {
@ -104173,7 +104173,7 @@
"Required": "false", "Required": "false",
"Mask": "false" "Mask": "false"
}, },
"value": "" "value": "/mnt/user/appdata/jellyfin/cache"
}, },
{ {
"@attributes": { "@attributes": {
@ -104181,13 +104181,13 @@
"Target": "", "Target": "",
"Default": "", "Default": "",
"Mode": "", "Mode": "",
"Description": "Path to AMD or Intel device (fill in with '/dev/dri' without quotes if you want to use AMD or Intel hardware transcoding, otherwise delete this value).", "Description": "Path to AMD or Intel device - fill in with '/dev/dri' if you want to use AMD or Intel hardware transcoding (ATTENTION: Delete this value if you don't want to use Intel or AMD hardware transcoding otherwise the container won't start).",
"Type": "Device", "Type": "Device",
"Display": "always", "Display": "always",
"Required": "true", "Required": "true",
"Mask": "false" "Mask": "false"
}, },
"value": "/dev/dri" "value": ""
}, },
{ {
"@attributes": { "@attributes": {

View File

@ -1,7 +1,7 @@
{ {
"apps": 1205, "apps": 1205,
"last_updated_timestamp": 1616392959, "last_updated_timestamp": 1616407360,
"last_updated": "2021-03-22 02:02", "last_updated": "2021-03-22 06:02",
"categories": [ "categories": [
{ {
"Cat": "Backup:", "Cat": "Backup:",
@ -104222,7 +104222,7 @@
"Data": { "Data": {
"Volume": [ "Volume": [
{ {
"HostDir": "/mnt/cache/appdata/jellyfin", "HostDir": "/mnt/user/appdata/jellyfin",
"ContainerDir": "/config", "ContainerDir": "/config",
"Mode": "rw" "Mode": "rw"
}, },
@ -104242,7 +104242,7 @@
"Mode": "rw" "Mode": "rw"
}, },
{ {
"HostDir": "", "HostDir": "/mnt/user/appdata/jellyfin/cache",
"ContainerDir": "/cache", "ContainerDir": "/cache",
"Mode": "rw" "Mode": "rw"
} }
@ -104267,7 +104267,7 @@
"@attributes": { "@attributes": {
"Name": "Data Path", "Name": "Data Path",
"Target": "/config", "Target": "/config",
"Default": "", "Default": "/mnt/user/appdata/Jellyfin-AMD-Intel-Nvidia",
"Mode": "rw", "Mode": "rw",
"Description": "Main data path", "Description": "Main data path",
"Type": "Path", "Type": "Path",
@ -104275,7 +104275,7 @@
"Required": "true", "Required": "true",
"Mask": "false" "Mask": "false"
}, },
"value": "/mnt/cache/appdata/jellyfin" "value": "/mnt/user/appdata/jellyfin"
}, },
{ {
"@attributes": { "@attributes": {
@ -104331,7 +104331,7 @@
"Required": "false", "Required": "false",
"Mask": "false" "Mask": "false"
}, },
"value": "" "value": "/mnt/user/appdata/jellyfin/cache"
}, },
{ {
"@attributes": { "@attributes": {
@ -104339,13 +104339,13 @@
"Target": "", "Target": "",
"Default": "", "Default": "",
"Mode": "", "Mode": "",
"Description": "Path to AMD or Intel device (fill in with '/dev/dri' without quotes if you want to use AMD or Intel hardware transcoding, otherwise delete this value).", "Description": "Path to AMD or Intel device - fill in with '/dev/dri' if you want to use AMD or Intel hardware transcoding (ATTENTION: Delete this value if you don't want to use Intel or AMD hardware transcoding otherwise the container won't start).",
"Type": "Device", "Type": "Device",
"Display": "always", "Display": "always",
"Required": "true", "Required": "true",
"Mask": "false" "Mask": "false"
}, },
"value": "/dev/dri" "value": ""
}, },
{ {
"@attributes": { "@attributes": {

View File

@ -52,7 +52,7 @@ Nvidia Hardware transcoding:
</Networking> </Networking>
<Data> <Data>
<Volume> <Volume>
<HostDir>/mnt/cache/appdata/jellyfin</HostDir> <HostDir>/mnt/user/appdata/jellyfin</HostDir>
<ContainerDir>/config</ContainerDir> <ContainerDir>/config</ContainerDir>
<Mode>rw</Mode> <Mode>rw</Mode>
</Volume> </Volume>
@ -72,7 +72,7 @@ Nvidia Hardware transcoding:&#13;
<Mode>rw</Mode> <Mode>rw</Mode>
</Volume> </Volume>
<Volume> <Volume>
<HostDir></HostDir> <HostDir>/mnt/user/appdata/jellyfin/cache</HostDir>
<ContainerDir>/cache</ContainerDir> <ContainerDir>/cache</ContainerDir>
<Mode>rw</Mode> <Mode>rw</Mode>
</Volume> </Volume>
@ -89,12 +89,12 @@ Nvidia Hardware transcoding:&#13;
<Mode></Mode> <Mode></Mode>
</Variable> </Variable>
</Environment> </Environment>
<Config Name="Data Path" Target="/config" Default="" Mode="rw" Description="Main data path" Type="Path" Display="always" Required="true" Mask="false">/mnt/cache/appdata/jellyfin</Config> <Config Name="Data Path" Target="/config" Default="/mnt/user/appdata/Jellyfin-AMD-Intel-Nvidia" Mode="rw" Description="Main data path" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/jellyfin</Config>
<Config Name="Movies" Target="/movies" Default="" Mode="rw" Description="Path to your Movie library." Type="Path" Display="always" Required="false" Mask="false"></Config> <Config Name="Movies" Target="/movies" Default="" Mode="rw" Description="Path to your Movie library." Type="Path" Display="always" Required="false" Mask="false"></Config>
<Config Name="TV Shows" Target="/tv" Default="" Mode="rw" Description="Path to your TV-Shows library." Type="Path" Display="always" Required="false" Mask="false"></Config> <Config Name="TV Shows" Target="/tv" Default="" Mode="rw" Description="Path to your TV-Shows library." Type="Path" Display="always" Required="false" Mask="false"></Config>
<Config Name="Music" Target="/music" Default="" Mode="rw" Description="Path to your Music library." Type="Path" Display="always" Required="false" Mask="false"></Config> <Config Name="Music" Target="/music" Default="" Mode="rw" Description="Path to your Music library." Type="Path" Display="always" Required="false" Mask="false"></Config>
<Config Name="Cache" Target="/cache" Default="" Mode="rw" Description="Cache path (strongly recommended to use)." Type="Path" Display="always" Required="false" Mask="false"></Config> <Config Name="Cache" Target="/cache" Default="" Mode="rw" Description="Cache path (strongly recommended to use)." Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/jellyfin/cache</Config>
<Config Name="Device" Target="" Default="" Mode="" Description="Path to AMD or Intel device (fill in with '/dev/dri' without quotes if you want to use AMD or Intel hardware transcoding, otherwise delete this value)." Type="Device" Display="always" Required="true" Mask="false">/dev/dri</Config> <Config Name="Device" Target="" Default="" Mode="" Description="Path to AMD or Intel device - fill in with '/dev/dri' if you want to use AMD or Intel hardware transcoding (ATTENTION: Delete this value if you don't want to use Intel or AMD hardware transcoding otherwise the container won't start)." Type="Device" Display="always" Required="true" Mask="false"></Config>
<Config Name="Nvidia Visible Devices" Target="NVIDIA_VISIBLE_DEVICES" Default="" Mode="" Description="Nvidia Visible Devices - enter your GPU UUID here (only required if you plan to use Nvidia hardware transcoding otherwise leave empty, don't forget to add '--runtime=nvidia' to your 'Extra Parameters' in the template)." Type="Variable" Display="always" Required="false" Mask="false"></Config> <Config Name="Nvidia Visible Devices" Target="NVIDIA_VISIBLE_DEVICES" Default="" Mode="" Description="Nvidia Visible Devices - enter your GPU UUID here (only required if you plan to use Nvidia hardware transcoding otherwise leave empty, don't forget to add '--runtime=nvidia' to your 'Extra Parameters' in the template)." Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="http - WebGUI" Target="8096" Default="" Mode="tcp" Description="WebGUI Port http." Type="Port" Display="always" Required="false" Mask="false">8096</Config> <Config Name="http - WebGUI" Target="8096" Default="" Mode="tcp" Description="WebGUI Port http." Type="Port" Display="always" Required="false" Mask="false">8096</Config>
<Config Name="https - WebGUI" Target="8920" Default="" Mode="tcp" Description="WebGUI Port https." Type="Port" Display="always" Required="false" Mask="false">8920</Config> <Config Name="https - WebGUI" Target="8920" Default="" Mode="tcp" Description="WebGUI Port https." Type="Port" Display="always" Required="false" Mask="false">8920</Config>