mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"backup_exclude": [
|
||||
"**/Cache/**",
|
||||
"**/Plug-in Support/Caches/**",
|
||||
@@ -121,11 +117,7 @@
|
||||
"host_network": true,
|
||||
"image": "ghcr.io/alexbelgium/plex_nas-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["share:rw", "media:rw", "ssl"],
|
||||
"name": "Plex NAS",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -158,10 +150,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",
|
||||
|
||||
Reference in New Issue
Block a user