mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-18 10:28:17 +01:00
Sorted json
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Cloud Commander a file manager for the web with console and editor",
|
||||
"devices": [
|
||||
"/dev/mmcblk0p8",
|
||||
@@ -56,7 +61,10 @@
|
||||
"ports_description": {
|
||||
"8000/tcp": "Web UI port (required)"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"CUSTOM_OPTIONS": "str?",
|
||||
"DROPBOX_TOKEN": "str?",
|
||||
@@ -69,7 +77,6 @@
|
||||
"slug": "cloudcommander",
|
||||
"upstream": "16.0.0",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "16.0.0",
|
||||
"webui": "http://[HOST]:[PORT:8000]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user