Sorted json

This commit is contained in:
alexbelgium
2022-03-24 04:34:57 +00:00
committed by GitHub
parent c2af0342d8
commit b420ae9e18
58 changed files with 721 additions and 206 deletions

View File

@@ -1,7 +1,12 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "Book Manager and Automation",
"devices": [
"/dev/sda",
@@ -39,7 +44,12 @@
"PGID": "0",
"PUID": "0"
},
"map": ["config:rw", "share:rw", "media:rw", "config:rw"],
"map": [
"config:rw",
"share:rw",
"media:rw",
"config:rw"
],
"name": "Readarr NAS",
"options": {
"CONFIG_LOCATION": "/config/readarr",
@@ -52,7 +62,10 @@
"ports_description": {
"8787/tcp": "web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"CONFIG_LOCATION": "str",
"PGID": "int",
@@ -67,7 +80,6 @@
"startup": "services",
"upstream": "nightly-0.1.1.1281-ls103",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr",
"codenotary": "alexandrep.github@gmail.com",
"version": "nightly-0.1.1.1281-ls103",
"webui": "http://[HOST]:[PORT:8787]"
}