Adapt to codenotary

This commit is contained in:
alexbelgium
2022-03-23 08:59:27 +01:00
parent facbaeb6f9
commit e8c50b98e1
107 changed files with 383 additions and 723 deletions

View File

@@ -1,10 +1,6 @@
{
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7"
],
"arch": ["aarch64", "amd64", "armv7"],
"boot": "auto",
"description": "Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices.",
"devices": [
@@ -52,14 +48,11 @@
"environment": {
"PGID": "0",
"PUID": "0",
"VERSION": "docker"
"codenotary": "alexandrep.github@gmail.com",
"version": "docker"
},
"host_network": true,
"map": [
"share:rw",
"media:rw",
"ssl"
],
"map": ["share:rw", "media:rw", "ssl"],
"name": "Plex NAS",
"options": {
"PGID": 0,
@@ -95,10 +88,7 @@
"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",
@@ -115,6 +105,7 @@
"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"