Adapt to codenotary

This commit is contained in:
alexbelgium
2022-03-23 08:59:27 +01:00
parent facbaeb6f9
commit e8c50b98e1
107 changed files with 383 additions and 723 deletions

View File

@@ -4,7 +4,7 @@
"amd64": "lscr.io/linuxserver/emby:amd64-beta",
"armv7": "lscr.io/linuxserver/emby:arm32v7-beta"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}

View File

@@ -1,17 +1,13 @@
{
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7"
],
"arch": ["aarch64", "amd64", "armv7"],
"backup_exclude": [
"*/cache/",
"*/logs/",
"*/transcoding-temp/",
"*/metadata/"
],
"codenotary": "alexandrep.github@gmail.com",
"boot": "auto",
"description": "A Free Software Media System that puts you in control of managing and streaming your media.",
"devices": [
@@ -60,12 +56,7 @@
"/dev/nvme2"
],
"host_network": true,
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl:rw"
],
"map": ["config:rw", "share:rw", "media:rw", "ssl:rw"],
"name": "Emby NAS",
"options": {
"PGID": 0,
@@ -84,10 +75,7 @@
"8096/tcp": "web interface",
"8920/tcp": "https web interface (optional)"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PGID": "int",
"PUID": "int",
@@ -104,6 +92,7 @@
"startup": "services",
"upstream": "4.7.0.32",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby",
"codenotary": "alexandrep.github@gmail.com",
"version": "4.7.0.32",
"video": true,
"webui": "http://[HOST]:[PORT:8096]"