Updater bot : jellyfin updated to 10.7.7-1-ls148

This commit is contained in:
alexbelgium
2022-01-06 01:59:18 +01:00
parent 141e25923f
commit 8a507dd60d
2 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## 10.7.7-1-ls148 (06-01-2022)
- Update to latest version from linuxserver/docker-jellyfin
- Cleanup: config base folder changed to /config/addons_config (thanks @bruvv)
- New standardized logic for Dockerfile build and packages installation
- Add local mount (see readme)

View File

@@ -1,6 +1,11 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"boot": "auto",
"description": "A Free Software Media System that puts you in control of managing and streaming your media.",
"devices": [
@@ -48,7 +53,12 @@
"/dev/nvme1",
"/dev/nvme2"
],
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "Jellyfin NAS",
"host_dbus": true,
"options": {
@@ -67,7 +77,11 @@
"7359/udp": "udp server discover (optional)",
"1900/udp": "dlna (optional)"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH",
"NET_ADMIN"
],
"schema": {
"PUID": "int",
"PGID": "int",
@@ -81,9 +95,9 @@
},
"slug": "jellyfin",
"startup": "services",
"upstream": "10.7.7-1-ls146",
"upstream": "10.7.7-1-ls148",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "10.7.7-1-ls146",
"version": "10.7.7-1-ls148",
"video": true,
"webui": "http://[HOST]:[PORT:8096]"
}