mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-06-06 13:45:50 +02:00
init
This commit is contained in:
60
emby/config.json
Normal file
60
emby/config.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"name": "Emby NAS",
|
||||
"version": "4.6.3.0",
|
||||
"upstream": "4.6.3.0",
|
||||
"slug": "emby_nas",
|
||||
"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"
|
||||
],
|
||||
"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)"
|
||||
},
|
||||
"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"
|
||||
],
|
||||
"full_access": true,
|
||||
"options": {
|
||||
"PUID": 0,
|
||||
"PGID": 0
|
||||
},
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
"TZ": "str?",
|
||||
"localdisks": "str?",
|
||||
"networkdisks": "str?",
|
||||
"cifsusername": "str?",
|
||||
"cifspassword": "str?",
|
||||
"smbv1": "bool?"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user