mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-20 11:38:10 +01:00
Sorted json
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat",
|
||||
"environment": {
|
||||
"PGID": "0",
|
||||
@@ -18,7 +23,10 @@
|
||||
"ports_description": {
|
||||
"4545/tcp": "web interface"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -27,7 +35,6 @@
|
||||
"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