mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 12:24:04 +02:00
Adapt to codenotary
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user