mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 04:14:04 +02:00
Adapt to codenotary
This commit is contained in:
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/nzbget:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/nzbget:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/nzbget:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "usenet downloader",
|
||||
"devices": [
|
||||
@@ -43,12 +39,7 @@
|
||||
"PGID": "0",
|
||||
"PUID": "0"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "media:rw", "config:rw"],
|
||||
"name": "Nzbget",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -60,10 +51,7 @@
|
||||
"ports_description": {
|
||||
"6789/tcp": "web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -76,6 +64,7 @@
|
||||
"slug": "nzbget",
|
||||
"upstream": "21.1",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "21.1",
|
||||
"webui": "http://[HOST]:[PORT:6789]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user