mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-28 02:06:04 +02:00
prettify
This commit is contained in:
@@ -20,11 +20,7 @@
|
|||||||
"ports_description": {
|
"ports_description": {
|
||||||
"8000/tcp": "Web UI port (required)"
|
"8000/tcp": "Web UI port (required)"
|
||||||
},
|
},
|
||||||
"privileged": [
|
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||||
"SYS_ADMIN",
|
|
||||||
"DAC_READ_SEARCH",
|
|
||||||
"NET_ADMIN"
|
|
||||||
],
|
|
||||||
"schema": {
|
"schema": {
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
|
|||||||
@@ -1,10 +1,5 @@
|
|||||||
{
|
{
|
||||||
"arch": [
|
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||||
"aarch64",
|
|
||||||
"amd64",
|
|
||||||
"armv7",
|
|
||||||
"armhf"
|
|
||||||
],
|
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"description": "Book Manager and Automation",
|
"description": "Book Manager and Automation",
|
||||||
"devices": [
|
"devices": [
|
||||||
@@ -27,12 +22,7 @@
|
|||||||
"PUID": "0",
|
"PUID": "0",
|
||||||
"PGID": "0"
|
"PGID": "0"
|
||||||
},
|
},
|
||||||
"map": [
|
"map": ["config:rw", "share:rw", "media:rw", "config:rw"],
|
||||||
"config:rw",
|
|
||||||
"share:rw",
|
|
||||||
"media:rw",
|
|
||||||
"config:rw"
|
|
||||||
],
|
|
||||||
"name": "readarr NAS",
|
"name": "readarr NAS",
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
@@ -47,10 +37,7 @@
|
|||||||
"ports_description": {
|
"ports_description": {
|
||||||
"8787/tcp": "web interface"
|
"8787/tcp": "web interface"
|
||||||
},
|
},
|
||||||
"privileged": [
|
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||||
"SYS_ADMIN",
|
|
||||||
"DAC_READ_SEARCH"
|
|
||||||
],
|
|
||||||
"schema": {
|
"schema": {
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
|
|||||||
Reference in New Issue
Block a user