Files
hassio-addons/emby/config.json
2021-10-23 01:56:09 +02:00

85 lines
1.6 KiB
JSON

{
"apparmor": "true",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"backup_exclude": [
"*/cache/",
"*/logs/",
"*/transcoding-temp/",
"*/metadata/"
],
"boot": "auto",
"description": "A Free Software Media System that puts you in control of managing and streaming your media.",
"devices": [
"/dev/dri",
"/dev/vchiq",
"/dev/video10",
"/dev/video11",
"/dev/video12",
"/dev/sda1",
"/dev/sdb1",
"/dev/sdc1",
"/dev/sdd1",
"/dev/sde1",
"/dev/sdf1",
"/dev/sdg1",
"/dev/sda2",
"/dev/sdb2",
"/dev/sdc2",
"/dev/sdd2",
"/dev/sde2",
"/dev/sdf2",
"/dev/sdg2"
],
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "Emby NAS",
"options": {
"PUID": 0,
"PGID": 0,
"silent": true
},
"ports": {
"8096/tcp": 8096,
"8920/tcp": null,
"7359/udp": null,
"1900/udp": null
},
"ports_description": {
"8096/tcp": "web interface",
"8920/tcp": "https web interface (optional)",
"7359/udp": "udp server discover (optional)",
"1900/udp": "dlna (optional)"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str?",
"localdisks": "str?",
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?",
"smbv1": "bool?",
"silent": "bool?"
},
"slug": "emby_nas",
"startup": "services",
"upstream": "4.7.0.15",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.7.0.15",
"watchdog": "http://[HOST]:[PORT:8096]",
"webui": "http://[HOST]:[PORT:8096]"
}