This commit is contained in:
Alexandre
2025-04-22 10:47:59 +02:00
parent b65e2178c5
commit e077102208
27 changed files with 214 additions and 84 deletions

View File

@@ -73,6 +73,9 @@
"/dev/nvme1",
"/dev/nvme2"
],
"environment": {
"data_location": "/config/database"
},
"host_network": true,
"image": "ghcr.io/alexbelgium/emby-{arch}",
"ingress": true,
@@ -80,12 +83,12 @@
"ingress_stream": true,
"init": false,
"map": [
"config:rw",
"addon_config:rw",
"share:rw",
"media:rw",
"ssl:rw"
],
"name": "Emby NAS",
"name": "Emby",
"options": {
"PGID": 0,
"PUID": 0,
@@ -121,9 +124,9 @@
"silent": "bool?",
"smbv1": "bool?"
},
"slug": "emby_nas",
"slug": "emby",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby",
"version": "4.9.0.48",
"version": "4.8.11.0",
"video": true
}