{ "name": "emby", "version": "0.1.0", "slug": "emby", "legacy": true, "maintenance": { "github_release": "https://github.com/linuxserver/docker-emby", "version_regex": "(\\d+\\.\\d+\\.\\d+.\\d+)-(ls\\d+)" }, "description": "A Free Software Media System that puts you in control of managing and streaming your media.", "url": "https://github.com/petersendev/hassio-addons/emby", "startup": "services", "arch": [ "aarch64", "amd64", "armhf" ], "ports": { "8096/tcp": 8096 }, "ports_description": { "8096/tcp": "web interface" }, "map": [ "config:rw", "share:rw", "ssl" ], "webui": "http://[HOST]:[PORT:8096]", "boot": "auto", "options": { "PUID": 1001, "PGID": 1001 }, "schema": { "PUID": "int", "PGID": "int", "TZ": "str?" }, "image": "petersendev/hassio-emby-{arch}" }