mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Updater bot : jellyfin updated to 10.7.7-1-ls148
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user