This commit is contained in:
Alexandre
2021-11-13 17:41:48 +01:00
parent 72d3ded05e
commit e4ce1f7589
15 changed files with 275 additions and 18 deletions

View File

@@ -1,11 +1,6 @@
{
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"backup_exclude": [
"*/cache/",
"*/logs/",
@@ -35,14 +30,12 @@
"/dev/sdf2",
"/dev/sdg2"
],
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"name": "Emby NAS",
"options": {
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"PUID": 0,
"PGID": 0,
"silent": true
@@ -59,11 +52,11 @@
"7359/udp": "udp server discover (optional)",
"1900/udp": "dlna (optional)"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"PUID": "int",
"PGID": "int",
"TZ": "str?",
@@ -79,6 +72,5 @@
"upstream": "4.7.0.17",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.7.0.17",
"watchdog": "http://[HOST]:[PORT:8096]",
"webui": "http://[HOST]:[PORT:8096]"
"webui": "[PROTO:ssl]://[HOST]:[PORT:8096]"
}