streamlined to versions

This commit is contained in:
Bruvv
2022-01-03 10:03:42 +01:00
parent 50c56893ff
commit 4281eea504
18 changed files with 55 additions and 41 deletions

View File

@@ -1,4 +1,9 @@
{
"name": "Emby NAS",
"version": "4.7.0.19-1",
"slug": "emby_nas",
"description": "A Free Software Media System that puts you in control of managing and streaming your media.",
"url": "https://github.com/alexbelgium/hassio-addons/blob/master/emby/Readme.md",
"apparmor": true,
"arch": [
"aarch64",
@@ -6,14 +11,17 @@
"armv7",
"armhf"
],
"boot": "auto",
"upstream": "4.7.0.19",
"webui": "http://[HOST]:[PORT:8096]",
"startup": "services",
"video": true,
"backup_exclude": [
"*/cache/",
"*/logs/",
"*/transcoding-temp/",
"*/metadata/"
],
"boot": "auto",
"description": "A Free Software Media System that puts you in control of managing and streaming your media.",
"devices": [
"/dev/dri",
"/dev/vchiq",
@@ -62,7 +70,6 @@
"media:rw",
"ssl:rw"
],
"name": "Emby NAS",
"options": {
"PUID": 0,
"PGID": 0,
@@ -95,12 +102,5 @@
"cifsdomain": "str?",
"smbv1": "bool?",
"silent": "bool?"
},
"slug": "emby_nas",
"startup": "services",
"upstream": "4.7.0.19",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.7.0.19",
"video": true,
"webui": "http://[HOST]:[PORT:8096]"
}
}