crlf to lf + sort json

This commit is contained in:
Alexandre
2022-03-15 11:02:11 +01:00
parent c748fa4a23
commit 5a7e0f0569
96 changed files with 1060 additions and 870 deletions

View File

@@ -1,27 +1,18 @@
{
"host_network": true,
"name": "Emby NAS",
"version": "4.7.0.30",
"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/tree/master/emby",
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto",
"upstream": "4.7.0.30",
"webui": "http://[HOST]:[PORT:8096]",
"startup": "services",
"video": true,
"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/dri/card0",
@@ -67,43 +58,52 @@
"/dev/nvme1",
"/dev/nvme2"
],
"host_network": true,
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl:rw"
],
"name": "Emby NAS",
"options": {
"PUID": 0,
"PGID": 0,
"PUID": 0,
"silent": true
},
"ports": {
"8096/tcp": 8096,
"8920/tcp": null,
"1900/udp": null,
"7359/udp": null,
"1900/udp": null
"8096/tcp": 8096,
"8920/tcp": null
},
"ports_description": {
"8096/tcp": "web interface",
"8920/tcp": "https web interface (optional)",
"1900/udp": "dlna (optional)",
"7359/udp": "udp server discover (optional)",
"1900/udp": "dlna (optional)"
"8096/tcp": "web interface",
"8920/tcp": "https web interface (optional)"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PUID": "int",
"PGID": "int",
"PUID": "int",
"TZ": "str?",
"cifsdomain": "str?",
"cifspassword": "str?",
"cifsusername": "str?",
"localdisks": "str?",
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?",
"cifsdomain": "str?",
"smbv1": "bool?",
"silent": "bool?"
}
"silent": "bool?",
"smbv1": "bool?"
},
"slug": "emby_nas",
"startup": "services",
"upstream": "4.7.0.30",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby",
"version": "4.7.0.30",
"video": true,
"webui": "http://[HOST]:[PORT:8096]"
}