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": "A fork of Sonarr to work with movies like Couchpotato",
"devices": [
"/dev/sda",
@@ -39,7 +44,12 @@
"PGID": "0",
"PUID": "0"
},
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "Radarr NAS",
"options": {
"PGID": 0,
@@ -54,7 +64,10 @@
"ports_description": {
"7878/tcp": "web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PGID": "int",
"PUID": "int",
@@ -69,7 +82,6 @@
"startup": "services",
"upstream": "4.0.5.5981",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/radarr",
"codenotary": "alexandrep.github@gmail.com",
"version": "4.0.5.5981",
"webui": "http://[HOST]:[PORT:7878]"
}