mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-06 11:54:53 +01:00
Adapt to codenotary
This commit is contained in:
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/plex-meta-manager:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/plex-meta-manager:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/plex-meta-manager:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,28 +1,19 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "Python script to update metadata information for movies, shows, and collections as well as automatically build collections",
|
||||
"devices": [],
|
||||
"environment": {},
|
||||
"image": "ghcr.io/alexbelgium/plex-media-manager-{arch}",
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["config:rw"],
|
||||
"name": "Plex meta manager",
|
||||
"options": {
|
||||
"PGID": 1000,
|
||||
"PMM_CONFIG": "/config/addons_config/plex-data-manager/config.yml",
|
||||
"PUID": 1000
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PMM_CONFIG": "str",
|
||||
@@ -36,5 +27,6 @@
|
||||
"slug": "plex-meta-manager",
|
||||
"upstream": "v1.16.2-ls7",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex_meta_manager",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "v1.16.2-ls7"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user