New logic

This commit is contained in:
Alexandre
2021-12-14 13:39:15 +01:00
parent 6df150b341
commit 90f333c40d
269 changed files with 6071 additions and 2163 deletions

View File

@@ -1,6 +1,11 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"backup_exclude": [
"*/cache/",
"*/logs/",
@@ -47,7 +52,12 @@
"/dev/nvme1",
"/dev/nvme2"
],
"map": ["config:rw", "share:rw", "media:rw", "ssl:rw"],
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl:rw"
],
"name": "Emby NAS",
"options": {
"PUID": 0,
@@ -66,7 +76,10 @@
"7359/udp": "udp server discover (optional)",
"1900/udp": "dlna (optional)"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PUID": "int",
"PGID": "int",
@@ -81,9 +94,9 @@
},
"slug": "emby_nas",
"startup": "services",
"upstream": "4.7.0.18",
"upstream": "4.7.0.19",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.7.0.18",
"version": "4.7.0.19",
"video": true,
"webui": "http://[HOST]:[PORT:8096]"
}