This commit is contained in:
Alexandre
2021-02-21 20:07:55 +01:00
parent fc2282f62e
commit db5582cb74
18 changed files with 113 additions and 219 deletions

View File

@@ -6,12 +6,7 @@
"description": "A Free Software Media System that puts you in control of managing and streaming your media.",
"url": "https://github.com/alexbelgium/hassio-addons",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"ports": {
"8096/tcp": 8096,
"8920/tcp": null,
@@ -24,27 +19,19 @@
"7359/udp": "udp server discover (optional)",
"1900/udp": "dlna (optional)"
},
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"webui": "http://[HOST]:[PORT:8096]",
"boot": "auto",
"apparmor": "true",
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"devices": ["/dev/ttyUSB0", "/dev/*", "/dev/sda1"],
"apparmor": "true",
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"devices": ["/dev/ttyUSB0", "/dev/*", "/dev/sda1"],
"full_access": true,
"options": {
"PUID": 1001,
"PGID": 1001,
"networkdisks": "//server/share",
"cifsusername": "username",
"cifspassword": "password",
"cifspassword": "password",
"smbv1": false
},
"schema": {