mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-04 19:07:43 +01:00
Adapt to codenotary
This commit is contained in:
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/requestrr:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/requestrr:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/requestrr:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "Chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat",
|
||||
"environment": {
|
||||
@@ -22,10 +18,7 @@
|
||||
"ports_description": {
|
||||
"4545/tcp": "web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -34,6 +27,7 @@
|
||||
"slug": "requestrr",
|
||||
"upstream": "2.1.1",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "2.1.1",
|
||||
"webui": "http://[HOST]:[PORT:4545]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user