added jellyfin

This commit is contained in:
Alexandre
2021-04-22 16:57:48 +02:00
parent 29a240e50d
commit 84a54a66f8
12 changed files with 414 additions and 0 deletions

8
jellyfin/build.json Normal file
View File

@@ -0,0 +1,8 @@
{
"build_from": {
"armv7": "linuxserver/jellyfin:arm32v7-",
"armhf": "linuxserver/jellyfin:arm32v7-",
"aarch64": "linuxserver/jellyfin:arm64v8-",
"amd64": "linuxserver/jellyfin:amd64-"
}
}