mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-08 16:45:56 +02:00
Add new addon option DOCKER_MODS
https://github.com/alexbelgium/hassio-addons/issues/537
This commit is contained in:
@@ -53,9 +53,6 @@
|
|||||||
"/dev/nvme1",
|
"/dev/nvme1",
|
||||||
"/dev/nvme2"
|
"/dev/nvme2"
|
||||||
],
|
],
|
||||||
"environment": {
|
|
||||||
"DOCKER_MODS": "linuxserver/mods:jellyfin-opencl-intel|linuxserver/mods:jellyfin-amd"
|
|
||||||
},
|
|
||||||
"host_dbus": true,
|
"host_dbus": true,
|
||||||
"host_network": true,
|
"host_network": true,
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
@@ -93,6 +90,7 @@
|
|||||||
"NET_ADMIN"
|
"NET_ADMIN"
|
||||||
],
|
],
|
||||||
"schema": {
|
"schema": {
|
||||||
|
"DOCKER_MODS": "list(linuxserver/mods:jellyfin-opencl-intel|linuxserver/mods:jellyfin-amd|linuxserver/mods:jellyfin-rffmpeg)?",
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
"TZ": "str?",
|
"TZ": "str?",
|
||||||
|
|||||||
Reference in New Issue
Block a user