Automatic builds

This commit is contained in:
Alexandre
2022-01-18 16:40:24 +01:00
parent 470c58d15a
commit d9fab47244
158 changed files with 582 additions and 861 deletions

View File

@@ -6,12 +6,8 @@
"description": "A Free Software Media System that puts you in control of managing and streaming your media.",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby",
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"image": "ghcr.io/alexbelgium/emby-{arch}",
"boot": "auto",
"upstream": "4.7.0.20",
"webui": "http://[HOST]:[PORT:8096]",
@@ -68,12 +64,7 @@
"/dev/nvme1",
"/dev/nvme2"
],
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl:rw"
],
"map": ["config:rw", "share:rw", "media:rw", "ssl:rw"],
"options": {
"PUID": 0,
"PGID": 0,
@@ -91,10 +82,7 @@
"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",