mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-03 15:44:58 +02:00
Sorted json
This commit is contained in:
@@ -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]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user