Sorted json

This commit is contained in:
alexbelgium
2022-03-24 04:34:57 +00:00
committed by GitHub
parent c2af0342d8
commit b420ae9e18
58 changed files with 721 additions and 206 deletions

View File

@@ -1,7 +1,12 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices.",
"devices": [
"/dev/dri",
@@ -52,7 +57,11 @@
"version": "docker"
},
"host_network": true,
"map": ["share:rw", "media:rw", "ssl"],
"map": [
"share:rw",
"media:rw",
"ssl"
],
"name": "Plex NAS",
"options": {
"PGID": 0,
@@ -88,7 +97,10 @@
"33443/tcp": "WebTools",
"8324/tcp": "Plex for Roku via Plex Companion"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PGID": "int",
"PUID": "int",
@@ -105,7 +117,6 @@
"startup": "services",
"upstream": "1.25.7.5604-980a13e02-ls106",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex",
"codenotary": "alexandrep.github@gmail.com",
"version": "1.25.7.5604-980a13e02-ls106",
"video": true,
"webui": "http://[HOST]:[PORT:32400]/web"