mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-10 01:25:58 +02:00
Non legacy (#33)
* disable legacy flag for each addon * build.json for each addon * update addons
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
FROM linuxserver/jellyfin:v10.4.3-ls29
|
||||
ARG BUILD_FROM
|
||||
# hadolint ignore=DL3006
|
||||
FROM $BUILD_FROM
|
||||
|
||||
RUN sed -i "s|/config/data|/share/jellyfin/data|g" /etc/services.d/jellyfin/run \
|
||||
&& sed -i "s|/config/log|/share/jellyfin/log|g" /etc/services.d/jellyfin/run \
|
||||
|
||||
13
jellyfin/build.json
Normal file
13
jellyfin/build.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"build_from_template": {
|
||||
"image": "linuxserver/jellyfin",
|
||||
"version": "v10.4.3-ls29"
|
||||
},
|
||||
"build_from": {
|
||||
"armhf": "linuxserver/jellyfin:arm32v7-v10.4.3-ls29",
|
||||
"aarch64": "linuxserver/jellyfin:arm64v8-v10.4.3-ls29",
|
||||
"amd64": "linuxserver/jellyfin:amd64-v10.4.3-ls29"
|
||||
},
|
||||
"squash": false,
|
||||
"args": {}
|
||||
}
|
||||
@@ -2,7 +2,6 @@
|
||||
"name": "jellyfin",
|
||||
"version": "0.2.0",
|
||||
"slug": "jellyfin",
|
||||
"legacy": true,
|
||||
"maintenance": {
|
||||
"github_release": "https://github.com/linuxserver/docker-jellyfin",
|
||||
"version_regex": "v(\\d+\\.\\d+\\.\\d+)-(ls\\d+)"
|
||||
|
||||
Reference in New Issue
Block a user