mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Adapt to codenotary
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user