Addition of Jellyfin

This commit is contained in:
Alexandre
2020-11-29 20:13:05 +01:00
parent 407f9ab129
commit e56b49ed89
10 changed files with 286 additions and 0 deletions

14
jellyfin/build.json Normal file
View File

@@ -0,0 +1,14 @@
{
"build_from_template": {
"image": "linuxserver/jellyfin",
"version": "latest"
},
"build_from": {
"armv7": "linuxserver/jellyfin:arm32v7-latest",
"armhf": "linuxserver/jellyfin:arm32v7-latest",
"aarch64": "linuxserver/jellyfin:arm64v8-latest",
"amd64": "linuxserver/jellyfin:amd64-latest"
},
"squash": false,
"args": {}
}