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

@@ -3,5 +3,8 @@
"aarch64": "lscr.io/linuxserver/prowlarr:arm64v8-nightly",
"amd64": "lscr.io/linuxserver/prowlarr:amd64-nightly",
"armv7": "lscr.io/linuxserver/prowlarr:arm32v7-nightly"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}

View File

@@ -1,22 +1,13 @@
{
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7"
],
"arch": ["aarch64", "amd64", "armv7"],
"boot": "auto",
"description": "Torrent Trackers and Usenet Indexers offering complete management ofSonarr, Radarr, Lidarr, and Readarr indexers with no per app setup required",
"environment": {
"PGID": "0",
"PUID": "0"
},
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"name": "Prowlarr NAS",
"options": {
"PGID": 0,
@@ -31,10 +22,7 @@
"ports_description": {
"9696/tcp": "web interface"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PGID": "int",
"PUID": "int",
@@ -48,6 +36,7 @@
"startup": "services",
"upstream": "nightly-0.2.0.1600-ls298",
"url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "nightly-0.2.0.1600-ls298",
"webui": "http://[HOST]:[PORT:9696]"
}